Skip to content

Commit

Permalink
CSS: Use em for th on name-value-table
Browse files Browse the repository at this point in the history
refs #10294
  • Loading branch information
lippserd committed Oct 27, 2015
1 parent 84f3190 commit 0ff7420
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions public/css/icinga/main.less
Expand Up @@ -172,15 +172,13 @@ table.listing-table {

.name-value-table {
border-spacing: @vertical-padding 0;
line-height: @line-height;

th {
.text-left();
.text-small();
// Reset default font-weight
font-weight: normal;
width: 120px;
vertical-align: top;
width: 10em;
}
}

Expand Down

0 comments on commit 0ff7420

Please sign in to comment.