monitoring/css: fix inverted td style
This commit is contained in:
parent
e78a80f184
commit
14340587fa
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue