Less padding for common-table th

This commit is contained in:
Eric Lippmann 2015-11-16 10:28:51 +01:00
parent 14b3683815
commit 5ff53df094
1 changed files with 5 additions and 1 deletions

View File

@ -138,12 +138,16 @@ a:hover > .icon-cancel {
width: 100%;
td, th {
padding-bottom: 1em;
padding-top: 1em;
}
td {
padding-bottom: 1em;
}
th {
text-align: left;
padding-bottom: 0.5em;
}
thead {