NEW THEME: added padding-left to all tables <td> because it looks much better

This commit is contained in:
Alexander Marx
2014-01-29 08:09:06 +01:00
committed by Michael Tremer
parent 726e688235
commit 11e012ef66
2 changed files with 4 additions and 2 deletions

View File

@@ -291,7 +291,9 @@ table {
.tbl th:only-child {
border: 1px solid lightgrey;
}
.tbl td{
padding-left: 0.5em;
}
.tbl tr td:first-child {
border-left: 1px solid lightgrey;
}