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

scoder at codespeak.net scoder at codespeak.net
Tue Feb 27 19:49:22 CET 2007


Author: scoder
Date: Tue Feb 27 19:49:18 2007
New Revision: 39545

Modified:
   lxml/trunk/doc/html/style.css
Log:
HTML: submenu size

Modified: lxml/trunk/doc/html/style.css
==============================================================================
--- lxml/trunk/doc/html/style.css	(original)
+++ lxml/trunk/doc/html/style.css	Tue Feb 27 19:49:18 2007
@@ -59,8 +59,8 @@
     border: solid red;
     padding: 1ex 1ex 1ex 3ex;
     margin-top: 0px;
-    margin-left: 2em;
-    margin-right: -10em;
+    margin-left: 4em;
+    margin-right: -20em;
     background-color: white;
 }
 


More information about the lxml-checkins mailing list