Make the info tables less compressed

This commit is contained in:
Eelco Dolstra
2013-02-21 13:42:44 +01:00
parent dd5eb51a84
commit 36032e4bed
7 changed files with 17 additions and 45 deletions

View File

@ -42,3 +42,8 @@ span.disabled-project, span.disabled-jobset {
span.hidden-project a, span.hidden-jobset a {
color: gray;
}
table.info-table th {
padding-right: 1.0em;
padding-bottom: 0.2em;
}