Common CSS: Allow for `.nav-tab-wrapper` class to be used on elements other than `h3` to increase flexibility for custom settings pages.

Props ramiy, afercia.
Fixes #37257.
Built from https://develop.svn.wordpress.org/trunk@38306


git-svn-id: http://core.svn.wordpress.org/trunk@38247 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2016-08-22 16:33:30 +00:00
parent 26d7a5607b
commit 02939c03e5
5 changed files with 9 additions and 9 deletions

View File

@ -2160,7 +2160,7 @@ h3 .nav-tab, /* Back-compat for pre-4.4 */
h1.nav-tab-wrapper, /* Back-compat for pre-4.4 */
.wrap h2.nav-tab-wrapper, /* higher specificity to override .wrap > h2:first-child */
h3.nav-tab-wrapper {
.nav-tab-wrapper {
border-bottom: 1px solid #ccc;
margin: 0;
padding-top: 9px;
@ -3747,7 +3747,7 @@ img {
h1.nav-tab-wrapper,
.wrap h2.nav-tab-wrapper,
h3.nav-tab-wrapper {
.nav-tab-wrapper {
border-bottom: 0;
}

File diff suppressed because one or more lines are too long

View File

@ -2160,7 +2160,7 @@ h3 .nav-tab, /* Back-compat for pre-4.4 */
h1.nav-tab-wrapper, /* Back-compat for pre-4.4 */
.wrap h2.nav-tab-wrapper, /* higher specificity to override .wrap > h2:first-child */
h3.nav-tab-wrapper {
.nav-tab-wrapper {
border-bottom: 1px solid #ccc;
margin: 0;
padding-top: 9px;
@ -3747,7 +3747,7 @@ img {
h1.nav-tab-wrapper,
.wrap h2.nav-tab-wrapper,
h3.nav-tab-wrapper {
.nav-tab-wrapper {
border-bottom: 0;
}

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.7-alpha-38305';
$wp_version = '4.7-alpha-38306';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.