[Python-checkins] r82569 - tracker/instances/python-dev/html/style.css

ezio.melotti python-checkins at python.org
Mon Jul 5 07:31:22 CEST 2010


Author: ezio.melotti
Date: Mon Jul  5 07:31:22 2010
New Revision: 82569

Log:
Reduce indentation in the left menu to leave more space for the queries and be aligned with the rest. Also remove duplicate rule and unnecessary units.

Modified:
   tracker/instances/python-dev/html/style.css

Modified: tracker/instances/python-dev/html/style.css
==============================================================================
--- tracker/instances/python-dev/html/style.css	(original)
+++ tracker/instances/python-dev/html/style.css	Mon Jul  5 07:31:22 2010
@@ -21,12 +21,6 @@
   margin: 0px;
 }
 
-#menu ul.level-three li {
-    margin-left: 0px;
-    border: thin solid red;
-}
-
-
 @media print 
 {
   .index-controls { display: none;}
@@ -73,8 +67,8 @@
   display: block;
   border: 0;
   padding: 0.1em;
-  margin: 0 3em 0px 1.8em;
-  padding-left:1em;
+  margin: 0 3em 0 1em;
+  padding-left: 1em;
   color: #5E72A5;
   background-image: none;
   width: 10em !important;
@@ -83,10 +77,13 @@
   font-size: 95%;
 }
 
-#menu ul.level-three li
-{
-    margin: 0px;
-    padding: 0px;
+#menu ul.level-three li a {
+  margin-left: 1em;
+}
+
+#menu ul.level-three li {
+  margin: 0;
+  padding: 0;
 }
 
 form {


More information about the Python-checkins mailing list