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

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;
}