diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-15 22:50:44 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-15 22:50:44 +0000 |
commit | b930de7b1953d90ce7f31709075a78684fc944e4 (patch) | |
tree | ee2f7d0ad96037c9d2eda991f4a8d48bb9a25a8c /themes | |
parent | c07e6a6976e5636b821c5ccfa650641cef2e6c31 (diff) |
themes/bootstrap: fix table description cells
Diffstat (limited to 'themes')
-rw-r--r-- | themes/bootstrap/htdocs/luci-static/bootstrap/cascade.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/bootstrap/htdocs/luci-static/bootstrap/cascade.css b/themes/bootstrap/htdocs/luci-static/bootstrap/cascade.css index 747706339..765bb89c2 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; } |