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

git-svn-id: http://svn.automattic.com/wordpress/trunk@13966 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2010-04-03 11:26:27 +00:00
parent 2361cdd745
commit 710dc6584e
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;
}