Skip to content

Commit 9bd5c94

Browse files
committed
Specify border color/width for all borders so easier to swap on/off individually
1 parent 7b3719b commit 9bd5c94

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

default.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,8 @@ table.features td {
567567
.data td, .data th,
568568
.proptable td, .proptable th {
569569
padding: 0.5em;
570-
border-top: 1px silver solid;
570+
border: 1px silver none;
571+
border-top-style: solid;
571572
}
572573

573574
.data thead td:empty {

0 commit comments

Comments
 (0)