themes/bootstrap: fix table description cells
This commit is contained in:
parent
c07e6a6976
commit
b930de7b19
1 changed files with 4 additions and 0 deletions
|
@ -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; }
|
.left { text-align: left !important; }
|
||||||
|
|
||||||
.right { text-align: right !important; }
|
.right { text-align: right !important; }
|
||||||
|
|
Loading…
Reference in a new issue