Twenty Sixteen: Ensure the `<nav>` elements in widgets do not affect bottom margin.
Follow-up to [49208]. Props sabernhardt. Fixes #51445. Built from https://develop.svn.wordpress.org/trunk@49470 git-svn-id: http://core.svn.wordpress.org/trunk@49229 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4091f41a07
commit
7941c32ad3
|
@ -1413,7 +1413,8 @@ blockquote:after,
|
|||
}
|
||||
|
||||
.widget-area > :last-child,
|
||||
.widget > :last-child {
|
||||
.widget > :last-child,
|
||||
.widget > nav > :last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.6-beta2-49469';
|
||||
$wp_version = '5.6-beta2-49470';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue