From: Christoph Egger Date: Wed, 10 Dec 2014 16:13:21 +0000 (+0100) Subject: Fix + increase spacing X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Fweb.git;a=commitdiff_plain;h=a62ceaebe1aca27f6752c86f5fbfd2470bb3cd7d Fix + increase spacing --- diff --git a/html/main.css b/html/main.css index c58d5eb..3498101 100644 --- a/html/main.css +++ b/html/main.css @@ -66,12 +66,12 @@ body { } .document h1 { - margin-top: 1em; - margin-bottom: 0.5em; + margin-top: 1.2em; + margin-bottom: .8em; } .document h2 , .document h3 { - margin-top: .5 em; + margin-top: .8em; margin-bottom: .3em; }