Twenty Fifteen: Ensure the `<nav>` elements in widgets do not affect bottom margin.
Follow-up to [49208]. Props sabernhardt. See #51445. Built from https://develop.svn.wordpress.org/trunk@49469 git-svn-id: http://core.svn.wordpress.org/trunk@49228 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4b91d4e523
commit
4091f41a07
|
@ -1398,7 +1398,8 @@ img.aligncenter {
|
|||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.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-49452';
|
||||
$wp_version = '5.6-beta2-49469';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue