Skip to content

Commit a40e14b

Browse files
committed
fix cascading error
--HG-- extra : rebase_source : ea6e1127d81f218a89047cb123bd34682ee86c15
1 parent e1ef850 commit a40e14b

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: 1px silver none;
570+
border-width: 1px;
571+
border-color: silver;
571572
border-top-style: solid;
572573
}
573574

0 commit comments

Comments
 (0)