From: Jo-Philipp Wich Date: Wed, 15 Feb 2012 22:50:44 +0000 (+0000) Subject: themes/bootstrap: fix table description cells X-Git-Tag: 0.11.0~1084 X-Git-Url: http://git.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=b930de7b1953d90ce7f31709075a78684fc944e4 themes/bootstrap: fix table description cells --- diff --git a/themes/bootstrap/htdocs/luci-static/bootstrap/cascade.css b/themes/bootstrap/htdocs/luci-static/bootstrap/cascade.css index 747706339a..765bb89c20 100644 --- a/themes/bootstrap/htdocs/luci-static/bootstrap/cascade.css +++ b/themes/bootstrap/htdocs/luci-static/bootstrap/cascade.css @@ -1605,6 +1605,10 @@ header .pull-right { padding-top: 8px; } background-color: #f5f5f5; } +.cbi-section-table tr.cbi-section-table-descr th { + font-weight: normal; +} + .left { text-align: left !important; } .right { text-align: right !important; }