fix styling issue with popup comment box and last paragraphs [ci skip]

This commit is contained in:
danielgrippi 2012-02-28 15:27:03 -08:00
parent cb9420bfd6
commit b6c4cab669

View file

@ -598,6 +598,10 @@ body.idle {
border-bottom: 1px solid #333;
p:last-child {
margin-bottom: 0;
}
&:last-child {
box-shadow: none;
border-bottom: none;