From ac35a99d763b15eb6b7525d28303b4cb4bf34d70 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Fri, 2 Jul 2004 16:14:12 +0000 Subject: [PATCH] less space below headings --- stylesheets/monobook/main.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/stylesheets/monobook/main.css b/stylesheets/monobook/main.css index 0a6736b52c..0ac219fd75 100644 --- a/stylesheets/monobook/main.css +++ b/stylesheets/monobook/main.css @@ -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; } -- 2.20.1