[Python-checkins] r42018 - peps/trunk/docutils.conf peps/trunk/pep.css

david.goodger python-checkins at python.org
Thu Jan 12 04:42:21 CET 2006


Author: david.goodger
Date: Thu Jan 12 04:42:20 2006
New Revision: 42018

Modified:
   peps/trunk/docutils.conf
   peps/trunk/pep.css
Log:
updated stylesheet & config file

Modified: peps/trunk/docutils.conf
==============================================================================
--- peps/trunk/docutils.conf	(original)
+++ peps/trunk/docutils.conf	Thu Jan 12 04:42:20 2006
@@ -7,5 +7,8 @@
 datestamp: %Y-%m-%d %H:%M UTC
 generator: 1
 
+# use the local stylesheet
+stylesheet: pep.css
+
 # link to the stylesheet; don't embed it
 embed-stylesheet: 0

Modified: peps/trunk/pep.css
==============================================================================
--- peps/trunk/pep.css	(original)
+++ peps/trunk/pep.css	Thu Jan 12 04:42:20 2006
@@ -125,7 +125,8 @@
   font-style: normal }
 
 div.figure {
-  margin-left: 2em }
+  margin-left: 2em ;
+  margin-right: 2em }
 
 div.footer, div.header {
   clear: both;
@@ -274,10 +275,6 @@
   font-family: serif ;
   font-size: 100% }
 
-pre.line-block {
-  font-family: serif ;
-  font-size: 100% }
-
 pre.literal-block, pre.doctest-block {
   margin-left: 2em ;
   margin-right: 2em ;
@@ -311,7 +308,8 @@
   font-size: 80% }
 
 table.citation {
-  border-left: solid thin gray }
+  border-left: solid 1px gray;
+  margin-left: 1px }
 
 table.docinfo {
   margin: 2em 4em }
@@ -321,7 +319,8 @@
   margin-bottom: 0.5em }
 
 table.footnote {
-  border-left: solid thin black }
+  border-left: solid 1px black;
+  margin-left: 1px }
 
 table.docutils td, table.docutils th,
 table.docinfo td, table.docinfo th {


More information about the Python-checkins mailing list