Fix the sticky footer. hides a scrollbar. see #12586
git-svn-id: http://svn.automattic.com/wordpress/trunk@13976 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8e436271ed
commit
7289a8df23
File diff suppressed because one or more lines are too long
|
@ -1254,7 +1254,7 @@ strong .post-com-count {
|
|||
|
||||
/* Admin Footer */
|
||||
#footer {
|
||||
margin-top: -45px;
|
||||
margin-top: -46px;
|
||||
border-top: 1px;
|
||||
border-style: solid;
|
||||
}
|
||||
|
|
|
@ -449,7 +449,7 @@ function wp_default_styles( &$styles ) {
|
|||
// all colors stylesheets need to have the same query strings (cache manifest compat)
|
||||
$colors_version = '20100403b';
|
||||
|
||||
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20100403b' );
|
||||
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20100403c' );
|
||||
|
||||
$styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20100219' );
|
||||
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );
|
||||
|
|
Loading…
Reference in New Issue