Removed unused a.footnote-references style, added styles for line blocks and tt inside titles.

This commit is contained in:
David Goodger 2002-08-30 03:18:22 +00:00
parent 8d2831d855
commit 22562b2c81
1 changed files with 11 additions and 4 deletions

15
pep.css
View File

@ -43,10 +43,6 @@ Default cascading style sheet for the PEP HTML output of Docutils.
font-weight: bold ;
margin-bottom: 0em }
a.footnote-reference {
font-size: smaller ;
vertical-align: super }
a.target {
color: blue }
@ -188,6 +184,11 @@ p.topic-title {
font-family: sans-serif ;
font-weight: bold }
pre.line-block {
margin-left: 2em ;
font-family: serif ;
font-size: 100% }
pre.literal-block, pre.doctest-block {
margin-left: 2em ;
margin-right: 2em ;
@ -235,5 +236,11 @@ th.field-name {
font-weight: bold ;
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 {
list-style-type: none }