diff options
Diffstat (limited to 'themes/openwrt.org')
-rw-r--r-- | themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css | 5 |
1 files changed, 4 insertions, 1 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 a7ea61561..15ca339a2 100644 --- a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css @@ -287,7 +287,6 @@ div.cbi-value-field { div.cbi-value-description { width: 58%; - margin-left: 40%; font-size: 90%; } @@ -405,3 +404,7 @@ td.cbi-section-table-optionals { * html .mainmenu { height: 1.8em; } + +* html div.cbi-value-description { + margin-left: 40%; +} |