[Lxml-checkins] r39338 - lxml/trunk/doc/html

scoder at codespeak.net scoder at codespeak.net
Fri Feb 23 14:09:44 CET 2007


Author: scoder
Date: Fri Feb 23 14:09:39 2007
New Revision: 39338

Modified:
   lxml/trunk/doc/html/style.css
Log:
layouting

Modified: lxml/trunk/doc/html/style.css
==============================================================================
--- lxml/trunk/doc/html/style.css	(original)
+++ lxml/trunk/doc/html/style.css	Fri Feb 23 14:09:39 2007
@@ -3,7 +3,7 @@
      * document level */
     text-align: center;
     padding: 1em;
-    padding-left: 25em
+    padding-left: 26em
 }
 
 div.document {
@@ -21,7 +21,7 @@
     position: fixed;
     top: 0px;
     left: 0px;
-    width: 18em;
+    width: 20em;
     text-align: left;
     border-right: solid gray;
     border-bottom: solid gray;


More information about the lxml-checkins mailing list