Skip to content

Commit deec347

Browse files
committed
add layout role for table
1 parent 7ffe567 commit deec347

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/css/doc.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,16 @@
214214
line-height: 1.2;
215215
}
216216

217+
.doc table.layout,
218+
.doc table.layout th.tableblock,
219+
.doc table.layout td.tableblock {
220+
border: 0;
221+
}
222+
223+
.doc table.layout > tbody > tr:nth-of-type(even) {
224+
background-color: transparent;
225+
}
226+
217227
.doc p.tableblock + p.tableblock {
218228
margin-top: 1rem;
219229
}

0 commit comments

Comments
 (0)