corner image corner image
View Single Post
corner image corner image
  #6 (permalink)  
Old 19-06-2008, 21:43
admagic's Avatar
admagic admagic is offline
I Live on A1!
 
Join Date: Mar 2008
Posts: 838
Thanks: 120
Thanked 467 Times in 271 Posts
Im no css expert....but I think a kludge will work
by putting in a margin-bottom on class post-entry as -1.0 em

ie
eg replace

.post-entry, .archives {
font:1.3em/0em 'Century Gothic', 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

with

.post-entry, .archives {
font:1.3em/0em 'Century Gothic', 'Lucida Grande', Verdana, Arial, Sans-Serif;
margin-bottom: -1.0em;
}

Adjust the bottom margin to suit...
If that doesnt work...I give up
Reply With Quote
corner image corner image