From: Jo-Philipp Wich Date: Wed, 1 Dec 2010 20:30:43 +0000 (+0000) Subject: themes/openwrt: increase content width to 96%, more space on small resolutions X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=438df402b04b9a086c6cdecc48b2f72473c6d5a5;p=openwrt-luci.git themes/openwrt: increase content width to 96%, more space on small resolutions --- diff --git a/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css b/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css index c53ca014ba..75a74d1c51 100644 --- a/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css @@ -253,7 +253,7 @@ textarea#syslog { #maincontainer { clear: both; - width: 80%; + width: 96%; margin: 0 auto; }