Twenty Fifteen: Ensure the <nav>
elements in widgets do not affect bottom margin.
Follow-up to [49208]. Props sabernhardt. See #51445. git-svn-id: https://develop.svn.wordpress.org/trunk@49469 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
f72dc8ca54
commit
4bfc35718a
@ -1398,7 +1398,8 @@ img.aligncenter {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.widget > :last-child {
|
||||
.widget > :last-child,
|
||||
.widget > nav > :last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user