Skip to content

Commit 2311c7c

Browse files
committed
Reduce lines in non-complex tables
1 parent c277030 commit 2311c7c

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

default.css

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -809,21 +809,6 @@
809809
padding-right: 1em;
810810
}
811811

812-
.data tbody th[rowspan],
813-
.proptable tbody th[rowspan],
814-
.data tbody td[rowspan],
815-
.proptable tbody td[rowspan]{
816-
border-left: 1px solid silver;
817-
}
818-
819-
.data tbody th[rowspan]:first-child,
820-
.proptable tbody th[rowspan]:first-child,
821-
.data tbody td[rowspan]:first-child,
822-
.proptable tbody td[rowspan]:first-child{
823-
border-left: 0;
824-
border-right: 1px solid silver;
825-
}
826-
827812
.complex.data th,
828813
.complex.data td {
829814
border: 1px solid silver;

0 commit comments

Comments
 (0)