From c800e57075f08dee98a4ebb26f446b09d879cf3d Mon Sep 17 00:00:00 2001 From: Coby Chapple Date: Mon, 8 Jul 2013 16:45:26 +0100 Subject: [PATCH] =?UTF-8?q?sneakily=20join=20up=20articles=20if=20there?= =?UTF-8?q?=E2=80=99s=20more=20than=20one=20being=20shown?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site/css/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/site/css/style.css b/site/css/style.css index 0f4914aa..0e242f86 100644 --- a/site/css/style.css +++ b/site/css/style.css @@ -602,6 +602,13 @@ article h2:first-child { margin-left: 10px; } +.news article + article { + margin-top: -30px; + border-radius: 0 0 10px 10px; + border-top: 1px solid #555; + box-shadow: 0 -1px 0 #2f2f2f; +} + /* Code Highlighting */