Fix the sticky footer. hides a scrollbar. see #12586

git-svn-id: https://develop.svn.wordpress.org/trunk@13976 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-04-03 23:30:27 +00:00
parent 00414ace34
commit fcf7f399ef
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -1254,7 +1254,7 @@ strong .post-com-count {
/* Admin Footer */
#footer {
margin-top: -45px;
margin-top: -46px;
border-top: 1px;
border-style: solid;
}

View File

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