themes/openwrt: increase content width to 96%, more space on small resolutions
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 1 Dec 2010 20:30:43 +0000 (20:30 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 1 Dec 2010 20:30:43 +0000 (20:30 +0000)
themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css

index c53ca01..75a74d1 100644 (file)
@@ -253,7 +253,7 @@ textarea#syslog {
 
 #maincontainer {
        clear: both;
-       width: 80%;
+       width: 96%;
        margin: 0 auto;
 }