Skip to content

Commit

Permalink
CSS/tables: Only add default style for td and th
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Nov 4, 2015
1 parent 561acd9 commit 5fc2974
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions public/css/icinga/base.less
Expand Up @@ -93,25 +93,8 @@ pre {
white-space: pre-wrap;
}

table {
border-collapse: separate;
border-spacing: 0 1px;
width: 100%;
line-height: 2em;
margin-top: 2em;
}

thead {
line-height: 2.5em;
}


th {
padding: @vertical-padding / 2 @horizontal-padding / 2;
}

td {
padding: @vertical-padding / 2 @horizontal-padding / 2;
td, th {
padding: 0.333em; // 4px
}

[class^="icon-"], [class*=" icon-"] {
Expand Down

0 comments on commit 5fc2974

Please sign in to comment.