CSS: Style th in tbody for listing-table

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-28 17:06:01 +02:00
parent 49dec8d922
commit 1f4ea9eb6f
1 changed files with 5 additions and 1 deletions

View File

@ -79,7 +79,11 @@ dl.feed-list {
table.listing-table {
border-collapse: collapse;
th {
tbody th {
text-align: left;
}
thead {
color: @text-color-light;
// Reset default font-weight
font-weight: normal;