From: Janis Streib Date: Tue, 29 Jul 2014 21:58:19 +0000 (+0200) Subject: UPD: Added margin to h1 and h2 headings X-Git-Url: https://code.wpia.club/?p=gigi.git;a=commitdiff_plain;h=fcd2893da15d4f3c6d0e45d3f703536ca6307d85 UPD: Added margin to h1 and h2 headings --- diff --git a/static/static/default.css b/static/static/default.css index 2f0bf528..d12a5f88 100644 --- a/static/static/default.css +++ b/static/static/default.css @@ -35,14 +35,14 @@ a:hover { h1 { font: bold 120% Arial ,sans-serif; color: #334d55; - margin: 0px; + margin: 10px; padding: 0px; } h2 { font: bold 114% Arial ,sans-serif; color: #006699; - margin: 0px; + margin: 10px; padding: 0px; }