clean up IE workaround
authorMike Baker <mbm@openwrt.org>
Thu, 15 Jun 2006 22:22:16 +0000 (22:22 +0000)
committerMike Baker <mbm@openwrt.org>
Thu, 15 Jun 2006 22:22:16 +0000 (22:22 +0000)
SVN-Revision: 3959

openwrt/package/webif/files/usr/lib/webif/webif.sh
openwrt/package/webif/files/www/webif.css

index a81c245742e30b4929ee655a3f3fc9a052029c18..a74fcb80158d48b8424a332d3fbb6553ba73bd2a 100644 (file)
@@ -89,6 +89,7 @@ Pragma: no-cache
        <head>
        <title>@TR<<OpenWrt Administrative Console>></title>
                <link rel="stylesheet" type="text/css" href="/webif.css" />
+               <!--[if IE]> <style> #container { height: 100%; }</style> <![endif]-->
                <meta http-equiv="Content-Type" content="text/html; charset=@TR<<Encoding|ISO-8859-1>>" />
        </head>
        <body $4><div id="container">
index 533107f77adc6f691f20788107e20f989e2b97e9..86c5a62f905ab97130b60be11d10b1dcd7df7a68 100644 (file)
@@ -46,11 +46,6 @@ option {
 
 #container {
        position: relative;
-       height: 100%;
-}
-
-#container[class] {
-       height: auto;
        min-height: 100%;
 }