Changing incorrect date format

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

Post by yellowled »

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.
Yes, you can.

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;
}
The interesting part is the margin line. margin works like this: top right bottom left, i.e. the top margin for #content h4 (the title of an entry) is 5px. Change it to i.e. 15px - margin: 15px 0 15px 0; - or whatever is to your liking.

YL
Zirbelholz
Regular
Posts: 200
Joined: Sun Oct 07, 2007 2:19 pm

Post by Zirbelholz »

Now you're talking!
I've changed the 5 to 15 and the 15 to 10.

Must write down what I've changed now.

Thanks very much

Margaret
Post Reply