What determines the vertical space between successive entries?
I looked in entries.tpl and style.css, but couldn't find it.
Right now, it's running at about 125 pixels and I'd like to tighten it up a little.
Space between entries
Re: Space between entries
I guess in your case it's:tkarp wrote:What determines the vertical space between successive entries?
Code: Select all
.serendipity_Entry_Date {
background-color: #fcfcfc;
margin-bottom: 7em;
border-bottom: 1px solid #d6d6d6;
}
YL