Skip to content

Commit 0aa13e5

Browse files
committed
Replay changes to default.css onto default-TR.css: Improve table styling for tables with spans in the middle of the table.
Original change was: # User fantasai <fantasai.cvs@inkedblade.net> # Date 1430864861 25200 # Tue May 05 15:27:41 2015 -0700 # Node ID 2e54fa37773c957469b59288b0cb9cfb55778914 # Parent 6ac4550e54089d06f492bc7a90ffca891ce0d5bd Improve table styling for tables with spans in the middle of the table.
1 parent 07b0a8e commit 0aa13e5

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

default-TR.css

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -770,14 +770,7 @@
770770
.proptable tbody th[rowspan],
771771
.data tbody td[rowspan],
772772
.proptable tbody td[rowspan]{
773-
border-left: 1px solid silver;
774-
}
775-
776-
.data tbody th[rowspan]:first-child,
777-
.proptable tbody th[rowspan]:first-child,
778-
.data tbody td[rowspan]:first-child,
779-
.proptable tbody td[rowspan]:first-child{
780-
border-left: 0;
773+
border-left: 1px solid silver;
781774
border-right: 1px solid silver;
782775
}
783776

0 commit comments

Comments
 (0)