diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-10-11 23:23:02 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-10-11 23:23:02 +0000 |
commit | 5c54090fff91ec1ee25840635a806041c058c5a6 (patch) | |
tree | 233984ce2e4250ea61207eb034cbfca04494a287 /themes/openwrt.org/htdocs | |
parent | 051186345c250be79861e2e58419d35f873996a4 (diff) |
themes/openwrt.org: display a warning if no root password is set
Diffstat (limited to 'themes/openwrt.org/htdocs')
-rw-r--r-- | themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css index 91771a78c3..c78c2543e5 100644 --- a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css @@ -834,6 +834,7 @@ div.cbi-tab-descr { border: 1px solid #FF0000; background-color: #FFCCCC; padding: 5px; + margin-bottom: 5px; } #memorybar { |