Skip to content

Commit 2c1533c

Browse files
committed
clear bottom border on table if frame=sides
1 parent df951b8 commit 2c1533c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/css/doc.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -245,13 +245,10 @@
245245
border-top-width: 0;
246246
}
247247

248-
/* Let the grid win out for the bottom border
249-
/*
250-
.doc table.frame-none > :last-child > :last-child > *,
248+
/* NOTE let the grid win in case of frame-none */
251249
.doc table.frame-sides > :last-child > :last-child > * {
252250
border-bottom-width: 0;
253251
}
254-
*/
255252

256253
.doc table.frame-none > * > tr > :first-child,
257254
.doc table.frame-ends > * > tr > :first-child {

0 commit comments

Comments
 (0)