Remove one-pixel white bottom border off new light gray header. After some discussion, mainly due to screen options/help tabs. see #12586

git-svn-id: https://develop.svn.wordpress.org/trunk@13826 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-03-26 18:40:29 +00:00
parent 2f67d59255
commit 411e9a74f1
5 changed files with 4 additions and 7 deletions

File diff suppressed because one or more lines are too long

View File

@ -703,7 +703,6 @@ table.widefat span.spam a,
#wphead {
background: url(../images/admin-header-footer.png) top left repeat-x;
border-color: #fff;
}
body.login {

File diff suppressed because one or more lines are too long

View File

@ -874,8 +874,6 @@ div.comment-item:hover .row-actions {
#wphead {
height: 46px;
border-bottom: 1px;
border-style: solid;
}
#wphead a,

View File

@ -445,9 +445,9 @@ function wp_default_styles( &$styles ) {
$no_suffix = array( 'farbtastic' );
// all colors stylesheets need to have the same query strings (cache manifest compat)
$colors_version = '20100326';
$colors_version = '20100326b';
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20100326' );
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20100326b' );
$styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20100219' );
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );