Remove margin from lists too
This commit is contained in:
parent
53fc883a91
commit
d5356eb7d8
1 changed files with 3 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue