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; }