Skip to content

Commit

Permalink
CSS: Remove border-spacing from name-value-table
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Nov 4, 2015
1 parent 31ab3da commit b9d09d2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions public/css/icinga/main.less
Expand Up @@ -164,17 +164,13 @@ table.listing-table {
}
}

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

th {
.name-value-table th {
color: @text-color-light;
font-size: @font-size-small;
// Reset default font-weight
font-weight: normal;
text-align: left;
width: 10em;
}
}

// TODO(el): Fix
Expand Down

0 comments on commit b9d09d2

Please sign in to comment.