monitoring/css: fix inverted td style

This commit is contained in:
Thomas Gelf 2015-06-18 17:21:55 +02:00
parent e78a80f184
commit 14340587fa
1 changed files with 1 additions and 3 deletions

View File

@ -170,12 +170,10 @@ table.avp {
td {
color: #666;
padding-bottom: 0.3em;
line-height: 1.5em;
th, td {
padding: 0;
}
td {
line-height: 1.5em;
}
}
a, button.link-like {