list margin tuning, make sure li's in ol's don't inherit the list-style-image
authorGabriel Wicke <gwicke@users.mediawiki.org>
Fri, 11 Jun 2004 23:14:56 +0000 (23:14 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Fri, 11 Jun 2004 23:14:56 +0000 (23:14 +0000)
stylesheets/monobook/main.css

index d02478e..f8eff97 100644 (file)
@@ -123,13 +123,20 @@ ol {
     line-height: 1.5em;
     margin: 0.3em 0 0 3.2em;
     padding:0;
+    list-style-image: none;
 }
 li { margin-bottom: 0.1em; }
-dt { font-weight: bold; }
+dt { 
+    font-weight: bold; 
+    margin-bottom: 0.1em;
+}
+dl{
+    margin-bottom: 0.3em;
+}
 dd {
     line-height: 1.5em;
-    margin-bottom: 0.8em;
     margin-left: 2em;
+    margin-bottom: 0.1em;
 }
 
 fieldset {