updated stylesheet & config file
This commit is contained in:
parent
553330bc4b
commit
2081908284
|
@ -7,5 +7,8 @@ source-link: 1
|
||||||
datestamp: %Y-%m-%d %H:%M UTC
|
datestamp: %Y-%m-%d %H:%M UTC
|
||||||
generator: 1
|
generator: 1
|
||||||
|
|
||||||
|
# use the local stylesheet
|
||||||
|
stylesheet: pep.css
|
||||||
|
|
||||||
# link to the stylesheet; don't embed it
|
# link to the stylesheet; don't embed it
|
||||||
embed-stylesheet: 0
|
embed-stylesheet: 0
|
||||||
|
|
13
pep.css
13
pep.css
|
@ -125,7 +125,8 @@ div.dedication p.topic-title {
|
||||||
font-style: normal }
|
font-style: normal }
|
||||||
|
|
||||||
div.figure {
|
div.figure {
|
||||||
margin-left: 2em }
|
margin-left: 2em ;
|
||||||
|
margin-right: 2em }
|
||||||
|
|
||||||
div.footer, div.header {
|
div.footer, div.header {
|
||||||
clear: both;
|
clear: both;
|
||||||
|
@ -274,10 +275,6 @@ pre.address {
|
||||||
font-family: serif ;
|
font-family: serif ;
|
||||||
font-size: 100% }
|
font-size: 100% }
|
||||||
|
|
||||||
pre.line-block {
|
|
||||||
font-family: serif ;
|
|
||||||
font-size: 100% }
|
|
||||||
|
|
||||||
pre.literal-block, pre.doctest-block {
|
pre.literal-block, pre.doctest-block {
|
||||||
margin-left: 2em ;
|
margin-left: 2em ;
|
||||||
margin-right: 2em ;
|
margin-right: 2em ;
|
||||||
|
@ -311,7 +308,8 @@ span.section-subtitle {
|
||||||
font-size: 80% }
|
font-size: 80% }
|
||||||
|
|
||||||
table.citation {
|
table.citation {
|
||||||
border-left: solid thin gray }
|
border-left: solid 1px gray;
|
||||||
|
margin-left: 1px }
|
||||||
|
|
||||||
table.docinfo {
|
table.docinfo {
|
||||||
margin: 2em 4em }
|
margin: 2em 4em }
|
||||||
|
@ -321,7 +319,8 @@ table.docutils {
|
||||||
margin-bottom: 0.5em }
|
margin-bottom: 0.5em }
|
||||||
|
|
||||||
table.footnote {
|
table.footnote {
|
||||||
border-left: solid thin black }
|
border-left: solid 1px black;
|
||||||
|
margin-left: 1px }
|
||||||
|
|
||||||
table.docutils td, table.docutils th,
|
table.docutils td, table.docutils th,
|
||||||
table.docinfo td, table.docinfo th {
|
table.docinfo td, table.docinfo th {
|
||||||
|
|
Loading…
Reference in New Issue