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.
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.