Resurrect nav-tab-wrapper. Lost in [16136]. see #15154
git-svn-id: https://develop.svn.wordpress.org/trunk@16243 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
03d34fd1f8
commit
e4a21e0527
File diff suppressed because one or more lines are too long
@ -3697,7 +3697,7 @@ table#availablethemes td.bottom {
|
||||
color: #cfcfcf;
|
||||
}
|
||||
|
||||
.themes-php .wrap h2, .theme-install-php .wrap h2 {
|
||||
h2.nav-tab-wrapper, h3.nav-tab-wrapper {
|
||||
border-bottom: 1px solid #ccc;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
@ -467,7 +467,7 @@ function wp_default_styles( &$styles ) {
|
||||
// Any rtl stylesheets that don't have a .dev version for ltr
|
||||
$no_suffix = array( 'farbtastic' );
|
||||
|
||||
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20101104b' );
|
||||
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20101108' );
|
||||
|
||||
$styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20101102' );
|
||||
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );
|
||||
|
Loading…
Reference in New Issue
Block a user