diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-12-01 20:30:43 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-12-01 20:30:43 +0000 |
commit | 438df402b04b9a086c6cdecc48b2f72473c6d5a5 (patch) | |
tree | a7bafb06f9f40fb885fef6868af18998ae8766a9 /themes | |
parent | 22aa83de00ca5f89f54d2e07137e9faea29cf667 (diff) |
themes/openwrt: increase content width to 96%, more space on small resolutions
Diffstat (limited to 'themes')
-rw-r--r-- | themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |