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:
Sergey Biryukov 2020-10-31 02:56:05 +00:00
parent 4091f41a07
commit 7941c32ad3
2 changed files with 3 additions and 2 deletions

View File

@ -1413,7 +1413,8 @@ blockquote:after,
}
.widget-area > :last-child,
.widget > :last-child {
.widget > :last-child,
.widget > nav > :last-child {
margin-bottom: 0;
}

View File

@ -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.