themes/bootstrap: fix table description cells
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 15 Feb 2012 22:50:44 +0000 (22:50 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 15 Feb 2012 22:50:44 +0000 (22:50 +0000)
themes/bootstrap/htdocs/luci-static/bootstrap/cascade.css

index 7477063..765bb89 100644 (file)
@@ -1605,6 +1605,10 @@ header .pull-right { padding-top: 8px; }
        background-color: #f5f5f5;
 }
 
        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; }
 .left { text-align: left !important; }
 
 .right { text-align: right !important; }