Resurrect nav-tab-wrapper. Lost in [16136]. see #15154

git-svn-id: http://svn.automattic.com/wordpress/trunk@16243 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2010-11-08 22:12:46 +00:00
parent d08a1970de
commit f444adeba7
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -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;
}

View File

@ -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' );