From b930de7b1953d90ce7f31709075a78684fc944e4 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 15 Feb 2012 22:50:44 +0000 Subject: [PATCH] themes/bootstrap: fix table description cells --- themes/bootstrap/htdocs/luci-static/bootstrap/cascade.css | 4 ++++ 1 file changed, 4 insertions(+) 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; } -- 2.11.0