The avp table is the one I wanted to fix
This commit is contained in:
parent
c41160405d
commit
62b7c71ff2
|
@ -68,7 +68,7 @@ table.avp a {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.avp th {
|
table.avp > tbody > tr > th {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
width: 11em;
|
width: 11em;
|
||||||
|
@ -76,7 +76,7 @@ table.avp th {
|
||||||
line-height: 2em;
|
line-height: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.avp td {
|
table.avp > tbody > tr > td {
|
||||||
line-height: 2em;
|
line-height: 2em;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
||||||
|
@ -129,7 +129,7 @@ table.perfdata {
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.perfdata > tbody > th {
|
table.perfdata th {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
|
Loading…
Reference in New Issue