themes/bootstrap: fix table description cells

This commit is contained in:
Jo-Philipp Wich 2012-02-15 22:50:44 +00:00
parent c07e6a6976
commit b930de7b19

View file

@ -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; }