From 6ea9261fa53589d38783252479dda87ebd8ec98e Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Tue, 3 Apr 2012 17:16:22 +0200 Subject: [PATCH] Fix the margin of the titles --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 7b47fedc..f078305a 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -67,7 +67,7 @@ h3 { color: #a40000; font-family: "menu"; font-size: 1.4em; - margin-top: 2em; + margin: 0.5em 0; } h3 a {