Space between entries

Skinning and designing Serendipity (CSS, HTML, Smarty)
Post Reply
tkarp
Regular
Posts: 11
Joined: Mon Dec 18, 2006 3:00 pm

Space between entries

Post by tkarp »

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.
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

Re: Space between entries

Post by yellowled »

tkarp wrote:What determines the vertical space between successive entries?
I guess in your case it's:

Code: Select all

.serendipity_Entry_Date {
    background-color: #fcfcfc;
    margin-bottom: 7em;
    border-bottom: 1px solid #d6d6d6;
}
And yes, 7em is a tad much :wink: I'd suggest something like maybe 2em.

YL
tkarp
Regular
Posts: 11
Joined: Mon Dec 18, 2006 3:00 pm

Post by tkarp »

Thanks. That did the trick.
Post Reply