[Python-checkins] python/nondist/peps pep.css,1.1,1.2

goodger@users.sourceforge.net goodger@users.sourceforge.net
Thu, 29 Aug 2002 20:18:24 -0700


Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv32594

Modified Files:
	pep.css 
Log Message:
Removed unused a.footnote-references style, added styles for line blocks and tt inside titles.

Index: pep.css
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** pep.css	26 Aug 2002 16:50:00 -0000	1.1
--- pep.css	30 Aug 2002 03:18:22 -0000	1.2
***************
*** 44,51 ****
    margin-bottom: 0em }
  
- a.footnote-reference {
-   font-size: smaller ;
-   vertical-align: super }
- 
  a.target {
    color: blue }
--- 44,47 ----
***************
*** 189,192 ****
--- 185,193 ----
    font-weight: bold }
  
+ pre.line-block {
+   margin-left: 2em ;
+   font-family: serif ;
+   font-size: 100% }
+ 
  pre.literal-block, pre.doctest-block {
    margin-left: 2em ;
***************
*** 235,238 ****
--- 236,245 ----
    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 {