Skip to content

Commit

Permalink
CSS: Style th in tbody for listing-table
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Sep 28, 2015
1 parent 49dec8d commit 1f4ea9e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion public/css/icinga/main.less
Expand Up @@ -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;
Expand Down

0 comments on commit 1f4ea9e

Please sign in to comment.