Drupal/G2/Font Size

kzjbry

Joined: 2007-02-01
Posts: 2
Posted: Thu, 2007-03-08 02:48

I have built a website (www.myfavoritepic.com) that has G2 embedded in Drupal (5.1). I would like to decrease the size of the fonts and the gallery.

Any suggestions on how to do this?

TIA,

Steve

 
mindless
mindless's picture

Joined: 2004-01-04
Posts: 8601
Posted: Tue, 2007-04-03 22:30

edit your css...
body { font-size: 90%; }
or
#gallery { font-size: 90%; }
to affect everything or just gallery pages, respectively.