Fix Right Now ugliness in blue/classic theme. see #12202

git-svn-id: https://develop.svn.wordpress.org/trunk@14098 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-04-16 02:08:28 +00:00
parent a6c8b2c780
commit 91dad860b7
3 changed files with 2 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -380,10 +380,6 @@ div.dashboard-widget-submit input:hover,
border-color: #dfdfdf;
}
#dashboard_right_now .table {
background: #faf9f7 !important;
}
#side-sortables .category-tabs .tabs a {
color: #333;
}

View File

@ -441,7 +441,7 @@ function wp_default_styles( &$styles ) {
$no_suffix = array( 'farbtastic' );
// all colors stylesheets need to have the same query strings (cache manifest compat)
$colors_version = '20100406';
$colors_version = '20100415';
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20100411' );