Edited stylecss so that TR:first-child td {} has a top border (for firewall rulecreation)

This commit is contained in:
Alexander Marx
2014-01-11 05:32:16 +01:00
committed by Michael Tremer
parent f64223d9ec
commit 82f7d1b4d8

View File

@@ -54,7 +54,7 @@ table {
border-right: 1px solid grey;
}
.tbl tr:first-child td:only-child {
.tbl tr:first-child td {
border-top: 1px solid grey;
}