diff options
author | Gabriel Wicke <gwicke@users.mediawiki.org> | 2004-07-02 16:14:12 +0000 |
---|---|---|
committer | Gabriel Wicke <gwicke@users.mediawiki.org> | 2004-07-02 16:14:12 +0000 |
commit | ac35a99d763b15eb6b7525d28303b4cb4bf34d70 (patch) | |
tree | 63d4e5ee2871ebc4c74890f177f8bd736caec932 | |
parent | bfdab8f5a0e7b997c0623bfad24135fd190282e3 (diff) | |
download | mediawikicore-ac35a99d763b15eb6b7525d28303b4cb4bf34d70.tar.gz mediawikicore-ac35a99d763b15eb6b7525d28303b4cb4bf34d70.zip |
less space below headings
Notes
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/4213
-rw-r--r-- | stylesheets/monobook/main.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/stylesheets/monobook/main.css b/stylesheets/monobook/main.css index 0a6736b52cf4..0ac219fd75d0 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; } |