[Python-checkins] r42196 - peps/trunk/pep.css

david.goodger python-checkins at python.org
Sat Jan 28 00:55:21 CET 2006


Author: david.goodger
Date: Sat Jan 28 00:55:21 2006
New Revision: 42196

Modified:
   peps/trunk/pep.css
Log:
removed pale gray background, to spare Guido's poor tired eyes ;-)

Modified: peps/trunk/pep.css
==============================================================================
--- peps/trunk/pep.css	(original)
+++ peps/trunk/pep.css	Sat Jan 28 00:55:21 2006
@@ -277,8 +277,7 @@
 
 pre.literal-block, pre.doctest-block {
   margin-left: 2em ;
-  margin-right: 2em ;
-  background-color: #eeeeee }
+  margin-right: 2em }
 
 span.classifier {
   font-family: sans-serif ;
@@ -341,8 +340,5 @@
 h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
   font-size: 100% }
 
-tt.docutils {
-  background-color: #eeeeee }
-
 ul.auto-toc {
   list-style-type: none }


More information about the Python-checkins mailing list