From 8fcbee314da6f1e8eeef11b56564559f8409b014 Mon Sep 17 00:00:00 2001 From: jeena Date: Fri, 19 Jul 2013 15:01:00 +0200 Subject: [PATCH] fixed col headlines --- public/style/main.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/style/main.css b/public/style/main.css index be7c55b..ee6478a 100644 --- a/public/style/main.css +++ b/public/style/main.css @@ -182,8 +182,10 @@ footer #social { margin-top: 10px; } -.col1, .col2, .col3, .col4 { clear: both; margin-bottom: 1.5em; } +.col1, .col2, .col3, .col4 { clear: both; margin-bottom: 1.5em; padding-top: 2em; } .col1.line, .col2.line, .col3.line, .col4.line { border-top: 5px solid #993533; } +.col > *:first-child { margin-top: 0; padding-top: 0; } +.col > h2:first-child { margin-top: -0.25em; } .col { -webkit-box-sizing: border-box;