CSS: more space for AVP table headers

This is now possible as font size got reduced
This commit is contained in:
Thomas Gelf 2014-06-20 16:21:41 +02:00
parent a79f786546
commit 40c298ceb6
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ table.avp a {
table.avp > tbody > tr > th { table.avp > tbody > tr > th {
text-align: right; text-align: right;
margin: 0; margin: 0;
width: 11em; width: 13em;
vertical-align: top; vertical-align: top;
line-height: 2em; line-height: 2em;
} }