Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7d5107f

Browse files
committedJul 3, 2015
updated to latest rst.css from docutils
1 parent 7ba2665 commit 7d5107f

File tree

1 file changed

+15
-0
lines changed
  • nikola/data/themes/base/assets/css

1 file changed

+15
-0
lines changed
 

‎nikola/data/themes/base/assets/css/rst.css

+15
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,21 @@ table.docutils th.field-name, table.docinfo th.docinfo-name {
312312
white-space: nowrap ;
313313
padding-left: 0 }
314314

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+
border: 0px;
324+
}
325+
table.docutils.booktabs th {
326+
border-bottom: thin solid;
327+
text-align: left;
328+
}
329+
315330
h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
316331
h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
317332
font-size: 100% }

0 commit comments

Comments
 (0)
Please sign in to comment.