themes/openwrt.org: further background fix
This commit is contained in:
parent
a6159010a8
commit
e7fa9958dc
1 changed files with 5 additions and 1 deletions
|
@ -2,6 +2,11 @@
|
|||
|
||||
@media all {
|
||||
|
||||
html {
|
||||
min-height: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
body {
|
||||
color: #ffffff;
|
||||
background-color: #4a6b7c;
|
||||
|
@ -11,7 +16,6 @@ body {
|
|||
font-family: Verdana, Arial, sans-serif;
|
||||
font-size: 101%;
|
||||
line-height: 100%;
|
||||
height: 100%;
|
||||
padding-bottom: 1.5em;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue