mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-04 04:34:31 +00:00
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:
@@ -1413,7 +1413,8 @@ blockquote:after,
|
||||
}
|
||||
|
||||
.widget-area > :last-child,
|
||||
.widget > :last-child {
|
||||
.widget > :last-child,
|
||||
.widget > nav > :last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user