From d8d92bb8a78edeba7eb1eccbfe6a87b0e02a3467 Mon Sep 17 00:00:00 2001 From: leon Date: Fri, 11 Jan 2008 20:35:07 +0000 Subject: [PATCH] * zeilenueberschneidung-bei-mehrzeiligen-headlines-b-gone git-svn-id: svn://svn.c3d2.de/c3d2-web/trunk@1058 31f61c52-7bfb-0310-b897-fc00f8a278f0 --- content/static/style/default.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/static/style/default.css b/content/static/style/default.css index 6ce9cc1e3..054b34748 100644 --- a/content/static/style/default.css +++ b/content/static/style/default.css @@ -138,7 +138,12 @@ pre { font-weight: bold; } +#content h1 { + line-height: 1em; +} + #content h2 { + line-height: 1em; font-size: 200%; margin-bottom: 1em; margin-top: 0px; @@ -146,6 +151,7 @@ pre { } #content h3 { + line-height: 1.3em; font-size: 130%; margin-top: 30px; color: #555;