Skip to content

Commit

Permalink
main.less: style caption element for common-table
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Gelf committed Nov 4, 2015
1 parent 5fc2974 commit fec21af
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions public/css/icinga/main.less
Expand Up @@ -162,6 +162,13 @@ table.common-table {
cursor: pointer;
}
}

caption {
border-top: 1px solid @gray-light;
caption-side: bottom;
text-align: right;
font-style: italic;
}
}

.name-value-table th {
Expand Down

0 comments on commit fec21af

Please sign in to comment.