Twenty Sixteen: Ensure the <nav>
elements in widgets do not affect bottom margin.
Follow-up to [49208]. Props sabernhardt. Fixes #51445. git-svn-id: https://develop.svn.wordpress.org/trunk@49470 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
4bfc35718a
commit
560c25765e
@ -1413,7 +1413,8 @@ blockquote:after,
|
||||
}
|
||||
|
||||
.widget-area > :last-child,
|
||||
.widget > :last-child {
|
||||
.widget > :last-child,
|
||||
.widget > nav > :last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user