From 08d9f4e8e935a514d6baf546a6609eb22a658316 Mon Sep 17 00:00:00 2001 From: Coby Chapple Date: Mon, 8 Jul 2013 16:46:46 +0100 Subject: [PATCH] :skull: --- site/css/style.css | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/site/css/style.css b/site/css/style.css index 0e242f86..9747b00f 100644 --- a/site/css/style.css +++ b/site/css/style.css @@ -517,14 +517,6 @@ article h2:first-child { margin-top: 0; } -.news article { - margin-bottom: 20px; -} - -.news .post-meta { - -} - .post-category, .post-meta { display: inline-block; @@ -603,7 +595,7 @@ article h2:first-child { } .news article + article { - margin-top: -30px; + margin-top: -10px; border-radius: 0 0 10px 10px; border-top: 1px solid #555; box-shadow: 0 -1px 0 #2f2f2f;