Remove margin from lists too

This commit is contained in:
Saman Bemel-Benrud 2013-06-25 17:16:19 -04:00 committed by Tom Hughes
parent 53fc883a91
commit d5356eb7d8

View file

@ -1363,7 +1363,9 @@ ul.results-list li { border-bottom: 1px solid #ccc; }
}
p:last-child,
h2:last-child,
h3:last-child {
h3:last-child,
ol:last-child,
ul:last-child {
margin-bottom:0;
}
tr td {