From bf8f12034067d4d7f40218070a1eab7494cbe742 Mon Sep 17 00:00:00 2001 From: karlchenofhell Date: Sat, 3 Feb 2007 16:04:43 +0000 Subject: [PATCH] - reduced margin of headlines in wiki (someone has to create a nice base.css urgently) git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3328 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/env/base.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/htroot/env/base.css b/htroot/env/base.css index dad197af7..cd30b53ad 100644 --- a/htroot/env/base.css +++ b/htroot/env/base.css @@ -157,6 +157,10 @@ legend { margin:10px; } +.PostBody h2 { margin: .4em 0 0; } +.PostBody h3 { margin: .3em 0 0; } +.PostBody h4 { margin: .2em 0 0; } + .PostInfo { padding:1px 10px; }