Post Reply 
Google Light Theme - fixed 2010-05-06
May. 07, 2010, 06:33 PM
Post: #4
RE: Google Light Theme - fixed 2010-05-06
@ProxRocks - those gaps are defined as margins.
You may change them, e.f. in mine code by replacing these lines:
Code:
Name = ". + Google Light Theme     10.05.06 (!nn) [ozo] (o.s)"
...
          ".odd {background: #F0F0FE;}\r\n"
          ".even {background: #F0FEF0;}\r\n"
...
with the lines:
Code:
Name = ". + Google Light Theme     10.05.06 (!nn) [ozo] (o.s)"
...
          ".odd {background: #F0F0FE; margin-bottom:0.7em !important;}\r\n"
          ".even {background: #F0FEF0; margin-bottom:0.7em !important;}\r\n"
...
Or change the "margin-bottom" value to whatever is best for you.
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
Google Light Theme - fixed 2010-05-06 - OZO - May. 07, 2010, 06:06 AM
RE: Google Light Theme - fixed 2010-05-06 - OZO - May. 07, 2010 06:33 PM

Forum Jump: