CSS/avp-table: reduce font sice, might look better
This commit is contained in:
parent
8185f8b8a9
commit
0b9850edc2
|
@ -101,6 +101,10 @@ table.avp.newsection, table.avp tr.newsection {
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
table.avp {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
table.avp a {
|
||||
color: @colorLinkDefault;
|
||||
text-decoration: none;
|
||||
|
|
Loading…
Reference in New Issue