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-Tag: 0.10.0~330 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=438df402b04b9a086c6cdecc48b2f72473c6d5a5;p=oweals%2Fluci.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 c53ca014b..75a74d1c5 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; }