added margin-left and decreased mergin-bottom for dd's
authorGabriel Wicke <gwicke@users.mediawiki.org>
Fri, 2 Apr 2004 17:19:05 +0000 (17:19 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Fri, 2 Apr 2004 17:19:05 +0000 (17:19 +0000)
stylesheets/monobook/main.css

index af02582..f3470ad 100644 (file)
@@ -167,7 +167,8 @@ dt a {
 
 dd {
     line-height: 1.5em;
-    margin-bottom: 1em;
+    margin-bottom: 0.8em;
+    margin-left: 1.4em;
 }
 dd a {
     text-decoration: none;