less space below headings
authorGabriel Wicke <gwicke@users.mediawiki.org>
Fri, 2 Jul 2004 16:14:12 +0000 (16:14 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Fri, 2 Jul 2004 16:14:12 +0000 (16:14 +0000)
stylesheets/monobook/main.css

index 0a6736b..0ac219f 100644 (file)
@@ -229,12 +229,11 @@ pre {
 span.subpages { display: block; }
 
 /* Some space under the headers in the content area */
-#bodyContent h1,
-#bodyContent h2,
+#bodyContent h1, #bodyContent h2 { margin-bottom:0.6em; }
 #bodyContent h3,
 #bodyContent h4,
 #bodyContent h5 {
-    margin-bottom:0.8em;
+    margin-bottom: 0.3em;
 }
 .firstHeading { margin-bottom:0.1em; }