diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-08-13 17:33:03 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-08-13 17:33:03 +0000 |
commit | 7e6f357132cab6509e434b14be9a6bd431d405b4 (patch) | |
tree | 8425b4309b4009d8eff3c96c99fd81aef5c318b3 /themes | |
parent | 36f1dac36f14cbc53ece4d208d366e3203fd4a8c (diff) |
* luci/themes: small css fix for openwrt.org theme
Diffstat (limited to 'themes')
-rw-r--r-- | themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css | 4 |
1 files changed, 4 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 bf14b9ce4..d02265514 100644 --- a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css @@ -395,6 +395,10 @@ div.cbi-section-remove { padding-bottom: 0; } +.cbi-section-node div.cbi-section-table-row { + margin: 0.25em; +} + table.cbi-section-table { width: 100%; font-size: 95%; |