sidebar-message: Tweak <p> spacing.

This fixes the small amount of extra space at the bottom of a sidebar
message that contains only a single <p><strong>...</strong></p>.
This commit is contained in:
Max Goodman
2013-05-15 18:04:19 -07:00
committed by Ricky Ramirez
parent 1754d14617
commit c2e4be75a6

View File

@@ -425,9 +425,12 @@ ul.flat-vert {text-align: left;}
display: block;
font-weight: normal;
font-size: 1.25em;
margin-bottom: .25em;
}
}
p + p {
margin-top: .25em;
}
}
.morelink {