From 80b9542c2d300b90119aa1a961063d6758ec6e62 Mon Sep 17 00:00:00 2001
From: Marcin Kurczewski <mkurczew@gmail.com>
Date: Sun, 16 Feb 2014 15:11:53 +0100
Subject: [PATCH] Removed borders for sidebar units

---
 public_html/media/css/core.css | 17 +----------------
 1 file changed, 1 insertion(+), 16 deletions(-)

diff --git a/public_html/media/css/core.css b/public_html/media/css/core.css
index b35e7049..e0b87db1 100644
--- a/public_html/media/css/core.css
+++ b/public_html/media/css/core.css
@@ -176,17 +176,7 @@ footer a {
 }
 
 .unit {
-	padding: 1em;
-	border: 1px solid #eee;
-	margin: 1em 0;
-}
-#inner-content .unit {
-	border-bottom: 0;
-	padding-bottom: 0;
-}
-#sidebar .unit {
-	border-left: 0;
-	padding-left: 0;
+	margin: 2.5em 0;
 }
 #sidebar .unit:first-child {
 	margin-top: 0;
@@ -199,11 +189,6 @@ footer a {
 		float: none;
 		width: 100%;
 	}
-	body #sidebar .unit {
-		border: 1px solid #eee;
-		border-bottom: 0;
-		padding: 1em 1em 0 1em;
-	}
 	#inner-content {
 		float: none;
 		width: auto;