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: http://svn.automattic.com/wordpress/trunk@13826 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6e0976117a
commit
d138bc1f38
File diff suppressed because one or more lines are too long
|
@ -703,7 +703,6 @@ table.widefat span.spam a,
|
||||||
|
|
||||||
#wphead {
|
#wphead {
|
||||||
background: url(../images/admin-header-footer.png) top left repeat-x;
|
background: url(../images/admin-header-footer.png) top left repeat-x;
|
||||||
border-color: #fff;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
body.login {
|
body.login {
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -874,8 +874,6 @@ div.comment-item:hover .row-actions {
|
||||||
|
|
||||||
#wphead {
|
#wphead {
|
||||||
height: 46px;
|
height: 46px;
|
||||||
border-bottom: 1px;
|
|
||||||
border-style: solid;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#wphead a,
|
#wphead a,
|
||||||
|
|
|
@ -445,9 +445,9 @@ function wp_default_styles( &$styles ) {
|
||||||
$no_suffix = array( 'farbtastic' );
|
$no_suffix = array( 'farbtastic' );
|
||||||
|
|
||||||
// all colors stylesheets need to have the same query strings (cache manifest compat)
|
// 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( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20100219' );
|
||||||
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );
|
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );
|
||||||
|
|
Loading…
Reference in New Issue