We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ba2665 commit 7d5107fCopy full SHA for 7d5107f
nikola/data/themes/base/assets/css/rst.css
@@ -312,6 +312,21 @@ table.docutils th.field-name, table.docinfo th.docinfo-name {
312
white-space: nowrap ;
313
padding-left: 0 }
314
315
+/* "booktabs" style (no vertical lines) */
316
+table.docutils.booktabs {
317
+ border: 0px;
318
+ border-top: 2px solid;
319
+ border-bottom: 2px solid;
320
+ border-collapse: collapse;
321
+}
322
+table.docutils.booktabs * {
323
324
325
+table.docutils.booktabs th {
326
+ border-bottom: thin solid;
327
+ text-align: left;
328
329
+
330
h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
331
h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
332
font-size: 100% }
0 commit comments