Removed unused a.footnote-references style, added styles for line blocks and tt inside titles.
This commit is contained in:
parent
8d2831d855
commit
22562b2c81
15
pep.css
15
pep.css
|
@ -43,10 +43,6 @@ Default cascading style sheet for the PEP HTML output of Docutils.
|
||||||
font-weight: bold ;
|
font-weight: bold ;
|
||||||
margin-bottom: 0em }
|
margin-bottom: 0em }
|
||||||
|
|
||||||
a.footnote-reference {
|
|
||||||
font-size: smaller ;
|
|
||||||
vertical-align: super }
|
|
||||||
|
|
||||||
a.target {
|
a.target {
|
||||||
color: blue }
|
color: blue }
|
||||||
|
|
||||||
|
@ -188,6 +184,11 @@ p.topic-title {
|
||||||
font-family: sans-serif ;
|
font-family: sans-serif ;
|
||||||
font-weight: bold }
|
font-weight: bold }
|
||||||
|
|
||||||
|
pre.line-block {
|
||||||
|
margin-left: 2em ;
|
||||||
|
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 ;
|
||||||
|
@ -235,5 +236,11 @@ th.field-name {
|
||||||
font-weight: bold ;
|
font-weight: bold ;
|
||||||
text-align: right }
|
text-align: right }
|
||||||
|
|
||||||
|
h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt {
|
||||||
|
font-size: 100% }
|
||||||
|
|
||||||
|
tt {
|
||||||
|
background-color: #eeeeee }
|
||||||
|
|
||||||
ul.auto-toc {
|
ul.auto-toc {
|
||||||
list-style-type: none }
|
list-style-type: none }
|
||||||
|
|
Loading…
Reference in New Issue