Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
updated to latest rst.css from docutils
  • Loading branch information
ralsina committed Jul 3, 2015
1 parent 7b52f52 commit defa4e4
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions nikola/data/themes/base/assets/css/rst.css
@@ -1,6 +1,6 @@
/*
:Author: David Goodger (goodger@python.org)
:Id: $Id: html4css1.css 7514 2012-09-14 14:27:12Z milde $
:Id: $Id: html4css1.css 7614 2013-02-21 15:55:51Z milde $
:Copyright: This stylesheet has been placed in the public domain.
Default cascading style sheet for the HTML output of Docutils.
Expand Down Expand Up @@ -250,7 +250,7 @@ pre.address {

pre.code .ln { color: grey; } /* line numbers */
/*
pre.code, code { background-color: #eeeeee; }
pre.code, code { background-color: #eeeeee }
pre.code .comment, code .comment { color: #5C6576 }
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
pre.code .literal.string, code .literal.string { color: #0C5404 }
Expand Down Expand Up @@ -310,6 +310,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 defa4e4

Please sign in to comment.