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:
parent
fe922bc76d
commit
a41ca95578
File diff suppressed because one or more lines are too long
|
@ -577,7 +577,7 @@ input.readonly, textarea.readonly {
|
||||||
}
|
}
|
||||||
|
|
||||||
#footer {
|
#footer {
|
||||||
background: url(../images/admin-header-footer.png) top left repeat-x;
|
background: #eee;
|
||||||
border-color: #d4d4d4;
|
border-color: #d4d4d4;
|
||||||
color: #777;
|
color: #777;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue