The avp table is the one I wanted to fix

This commit is contained in:
Thomas Gelf 2014-03-08 19:53:16 +01:00
parent c41160405d
commit 62b7c71ff2
1 changed files with 3 additions and 3 deletions

View File

@ -68,7 +68,7 @@ table.avp a {
text-decoration: underline;
}
table.avp th {
table.avp > tbody > tr > th {
text-align: right;
margin: 0;
width: 11em;
@ -76,7 +76,7 @@ table.avp th {
line-height: 2em;
}
table.avp td {
table.avp > tbody > tr > td {
line-height: 2em;
margin: 0;
@ -129,7 +129,7 @@ table.perfdata {
font-size: 0.9em;
}
table.perfdata > tbody > th {
table.perfdata th {
white-space: nowrap;
padding: 0;
text-align: left;