themes/openwrt.org: css fixes for IE6, only one half of the page was displayed. Thanks zjhzzyf. (#226)
This commit is contained in:
parent
30e79c0ff3
commit
df63ade849
1 changed files with 7 additions and 7 deletions
|
@ -1,16 +1,16 @@
|
||||||
/* obligatory IE6 Voodoo Code */
|
/* obligatory IE6 Voodoo Code */
|
||||||
|
|
||||||
* html body {
|
* html body {
|
||||||
padding-left: 50% !important;
|
padding-left: 5% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
* html div#header {
|
* html div#header {
|
||||||
margin-left: -100% !important;
|
margin-left: 100% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
* html div#menubar {
|
* html div#menubar {
|
||||||
margin-left: -100% !important;
|
margin-left: -5% !important;
|
||||||
width: 200% !important;
|
width: 105% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
* html ul.dropdowns li ul {
|
* html ul.dropdowns li ul {
|
||||||
|
@ -27,12 +27,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
* html ul.dropdowns li li a {
|
* html ul.dropdowns li li a {
|
||||||
height: 1%;
|
height: 10%;
|
||||||
}
|
}
|
||||||
|
|
||||||
* html div#maincontent {
|
* html div#maincontent {
|
||||||
margin-left: -80% !important;
|
margin-left: 0% !important;
|
||||||
width: 160% !important;
|
width: 100% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
* html div.cbi-value-description {
|
* html div.cbi-value-description {
|
||||||
|
|
Loading…
Reference in a new issue