Topic on Skin talk:Erudite

Paragraph spacing in tables

2
Chowbok (talkcontribs)

Love this skin, but found a small problem with the styling. In a table cell, there's no spacing between the first and second paragraphs. It spaces fine between the second and third and all subsequent paragraphs.

Chowbok (talkcontribs)

Fixed it by adding this to the CSS:

td p {
        margin-bottom: 0;
        margin-top: 0.75em;
}

But that probably breaks something else somewhere. Oh well.

Reply to "Paragraph spacing in tables"