CSS/avp-table: reduce font sice, might look better

This commit is contained in:
Thomas Gelf 2014-06-17 14:11:25 +00:00
parent 8185f8b8a9
commit 0b9850edc2
1 changed files with 4 additions and 0 deletions

View File

@ -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;