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

scoder at codespeak.net scoder at codespeak.net
Tue Feb 27 20:37:00 CET 2007


Author: scoder
Date: Tue Feb 27 20:36:57 2007
New Revision: 39547

Modified:
   lxml/trunk/doc/html/style.css
Log:
groove borders :)

Modified: lxml/trunk/doc/html/style.css
==============================================================================
--- lxml/trunk/doc/html/style.css	(original)
+++ lxml/trunk/doc/html/style.css	Tue Feb 27 20:36:57 2007
@@ -34,8 +34,8 @@
     width: 20em;
     font-size: 11px;
     text-align: left;
-    border-right: solid gray;
-    border-bottom: solid gray;
+    border-right: groove gray;
+    border-bottom: groove gray;
     padding-right: 1ex;
 }
 
@@ -44,7 +44,9 @@
     font-size: 130%;
 }
 
-div.sidemenu ul.menu.current > li > a {
+div.sidemenu ul.menu.current > li {
+    color: orange;
+    border: groove orange;
     background-color: yellow;
 }
 
@@ -60,7 +62,7 @@
 div.sidemenu ul.menu.foreign li.menu:hover ul.submenu {
     display: block;
     position: absolute;
-    border: solid red;
+    border: groove orange;
     padding: 1ex 1ex 1ex 3ex;
     margin-top: 0px;
     margin-left: 4em;


More information about the lxml-checkins mailing list