Posted: Tue Oct 30, 2007 10:32 am
Yes, you can.Zirbelholz wrote:To sum up: looking at the distance between entries on one date, it looks a little bit odd to me still that the space between header and entry is quite big, but there's scarcely a space between the line at the end of one entry and the header of the next. If only I could put a space on every header, but I can't.
In your blue_style.css, find this:
Code: Select all
#content h4 {
text-transform: uppercase;
font-size: 120%;
letter-spacing: .2em;
margin: 5px 0 15px 0;
}YL