themes/openwrt: increase content width to 96%, more space on small resolutions

This commit is contained in:
Jo-Philipp Wich 2010-12-01 20:30:43 +00:00
parent 22aa83de00
commit 438df402b0

View file

@ -253,7 +253,7 @@ textarea#syslog {
#maincontainer {
clear: both;
width: 80%;
width: 96%;
margin: 0 auto;
}