From 6e2016c26aaea4a642e4d4f18f13174183aec46e Mon Sep 17 00:00:00 2001 From: phil Date: Tue, 9 Jan 2007 16:21:05 +0000 Subject: [PATCH] * Formartierung gefixt --- cd-template/doku/cryptocd.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/cd-template/doku/cryptocd.css b/cd-template/doku/cryptocd.css index 3e236e7..cf77918 100644 --- a/cd-template/doku/cryptocd.css +++ b/cd-template/doku/cryptocd.css @@ -35,7 +35,8 @@ h1 { h2 { font-size: 150%; - color: #555753; + color: #555753; + margin-bottom: 0.5em; } h3 { @@ -160,7 +161,7 @@ tt { background-color: transparent; text-align: left; width: 180px; - margin: 0 0 0.5em 2em; + margin: 1em 0 0.5em 2em; padding: 0.75em; font-size: 90%; border:1px solid #ccc; @@ -212,7 +213,8 @@ tt { margin-bottom: 1.5em; } -#main img { +#main img { + margin-top: 1em; margin-bottom: 1.5em; border: 0; }