From a6eb4e89db7d73086ba27fa3751220bc0d07fd3b Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Thu, 2 Oct 2008 13:11:23 +0200 Subject: 4px global additive leading --- data/style.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/data/style.css b/data/style.css index ef1e6db..13a7580 100644 --- a/data/style.css +++ b/data/style.css @@ -57,7 +57,7 @@ h2 abbr { } p { - margin: 0; + margin: 4px 0; padding: 0; } @@ -118,16 +118,12 @@ blockquote .source { font-size: 11px; } -blockquote p { - margin: 8px 0; -} - img { border: none; } pre { - margin: 8px 0 8px 1em; + margin: 4px 0 4px 1em; font-size: 11px; } -- cgit 1.4.1