themes/openwrt.org: fix css for background

This commit is contained in:
Jo-Philipp Wich 2009-01-17 17:39:57 +00:00
parent 89c8f98b12
commit dd62f951c8

View File

@ -2,20 +2,17 @@
@media all {
html,
body {
color: #ffffff;
background-color: #4a6b7c;
background-image: url(bg.jpg);
background-position: bottom center;
background-repeat: repeat-x;
color: #ffffff;
height: 100%;
}
body {
font-family: Verdana, Arial, sans-serif;
font-size: 101%;
line-height: 100%;
height: 100%;
padding-bottom: 1.5em;
}
* {