Skip to content

Commit

Permalink
updated to latest rst.css from docutils
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Jul 3, 2015
1 parent 7ba2665 commit 7d5107f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions nikola/data/themes/base/assets/css/rst.css
Expand Up @@ -312,6 +312,21 @@ table.docutils th.field-name, table.docinfo th.docinfo-name {
white-space: nowrap ;
padding-left: 0 }

/* "booktabs" style (no vertical lines) */
table.docutils.booktabs {
border: 0px;
border-top: 2px solid;
border-bottom: 2px solid;
border-collapse: collapse;
}
table.docutils.booktabs * {
border: 0px;
}
table.docutils.booktabs th {
border-bottom: thin solid;
text-align: left;
}

h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
font-size: 100% }
Expand Down

0 comments on commit 7d5107f

Please sign in to comment.