Use solid color in new footer, to allow for expansion. props JohnONolan. fixes #12810

git-svn-id: https://develop.svn.wordpress.org/trunk@13966 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-04-03 11:26:27 +00:00
parent fe922bc76d
commit a41ca95578
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -577,7 +577,7 @@ input.readonly, textarea.readonly {
}
#footer {
background: url(../images/admin-header-footer.png) top left repeat-x;
background: #eee;
border-color: #d4d4d4;
color: #777;
}