Skip to content

Commit 2a4c78f

Browse files
committed
don't apply stripes to header and footer row of table when stripes=all
1 parent 866df34 commit 2a4c78f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/doc.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@
260260
border-right-width: 0;
261261
}
262262

263-
.doc table.stripes-all > tr,
263+
.doc table.stripes-all > tbody > tr,
264264
.doc table.stripes-odd > tbody > tr:nth-of-type(odd),
265265
.doc table.stripes-even > tbody > tr:nth-of-type(even),
266266
.doc table.stripes-hover > tbody > tr:hover {

0 commit comments

Comments
 (0)