Common CSS: Reset bottom padding for `.nav-tab-wrapper`.
Props ericdaams. Fixes #35960. Built from https://develop.svn.wordpress.org/trunk@37073 git-svn-id: http://core.svn.wordpress.org/trunk@37040 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7c42afee11
commit
a2d62ccf32
|
@ -2058,6 +2058,7 @@ h3.nav-tab-wrapper {
|
|||
border-bottom: 1px solid #ccc;
|
||||
margin: 0;
|
||||
padding-top: 9px;
|
||||
padding-bottom: 0;
|
||||
line-height: inherit;
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -2058,6 +2058,7 @@ h3.nav-tab-wrapper {
|
|||
border-bottom: 1px solid #ccc;
|
||||
margin: 0;
|
||||
padding-top: 9px;
|
||||
padding-bottom: 0;
|
||||
line-height: inherit;
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.5-beta4-37072';
|
||||
$wp_version = '4.5-beta4-37073';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue