- Add a titch of spacing to the tableview, looks much better.

This commit is contained in:
dave 2009-09-25 16:36:36 +00:00
parent 40789fc92c
commit 49c2e06cb8

View File

@ -30,7 +30,7 @@ input {
.tableview td { .tableview td {
border: 1px solid #000000; border: 1px solid #000000;
padding: 1px; padding: 2px 5px 2px 5px;
} }
.tableview th { .tableview th {