Correct footer background colour for default theme, props jdub, fixes #9733
git-svn-id: http://svn.automattic.com/wordpress/trunk@11297 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a74facf66a
commit
5f6574acbf
|
@ -81,7 +81,7 @@ border: 1px solid #ddd;
|
|||
}
|
||||
|
||||
#footer {
|
||||
background: #eee url('images/kubrickfooter.jpg') no-repeat top;
|
||||
background: #e7e7e7 url('images/kubrickfooter.jpg') no-repeat top;
|
||||
border: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue