Skip to content

Commit

Permalink
CSS: Style .name-value-table
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Sep 24, 2015
1 parent 20a888d commit b4e44c9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions public/css/icinga/main.less
Expand Up @@ -23,6 +23,19 @@
display: 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: 200px;
}
}

.pull-left {
float: left;
}
Expand Down

0 comments on commit b4e44c9

Please sign in to comment.