blob: 30ae217c1a3f41f69cd521055f6bc935907f3afe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
table.gipfl-name-value-table {
width: 100%;
> tbody > tr > th {
color: @text-color-light;
// Reset default font-weight
font-weight: bold;
padding-left: 0;
text-align: right;
vertical-align: top;
width: 12em;
}
> tbody > tr > td {
vertical-align: top;
}
}
table.gipfl-name-value-table a {
color: @icinga-blue;
}
table.gipfl-name-value-table pre {
background-color: transparent;
margin: 0;
padding: 0;
font-size: unset;
display: inline;
}
|