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

scoder at codespeak.net scoder at codespeak.net
Mon May 21 18:00:10 CEST 2007


Author: scoder
Date: Mon May 21 18:00:09 2007
New Revision: 43530

Modified:
   lxml/trunk/doc/html/style.css
Log:
CSS layout

Modified: lxml/trunk/doc/html/style.css
==============================================================================
--- lxml/trunk/doc/html/style.css	(original)
+++ lxml/trunk/doc/html/style.css	Mon May 21 18:00:09 2007
@@ -41,13 +41,13 @@
 
 /*** TOC ***/
 
-div.contents.topic > ul {
+div.contents.topic ul {
     margin-top: 0px;
 }
 
-div.contents.topic > ul > li {
+div.contents.topic ul > li {
     text-decoration: none;
-    line-height: 1.1em;
+    line-height: 1.2em;
 }
 
 div.contents.topic > p > a {


More information about the lxml-checkins mailing list