]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - html/html/themes/ipfire/include/css/style.css
NEW THEME: added padding-left to all tables <td> because it looks much better
[people/teissler/ipfire-2.x.git] / html / html / themes / ipfire / include / css / style.css
index 9f3e25b7a49c9d7fc828f1833973d7a03c477d38..f15b66435ac4375747eafda92eb8b4e2a48537be 100644 (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;
 }