diff options
-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; } |