From: Lunar <lunar@anargeek.net>
Date: Wed, 17 Apr 2013 19:13:10 +0000 (+0200)
Subject: On met un filet sur la sidebar
X-Git-Url: https://nos-oignons.net/gitweb/website.git/commitdiff_plain/7d03bac8986647845e08a89c152e921f443cfb28?ds=sidebyside;hp=-c

On met un filet sur la sidebar
---

7d03bac8986647845e08a89c152e921f443cfb28
diff --git a/assets/home.css b/assets/home.css
index 00957b8..3c7f110 100644
--- a/assets/home.css
+++ b/assets/home.css
@@ -4,6 +4,9 @@
 	background: none;
 }
 
+.sidebar {
+	border-top: none;
+}
 
 #content {
 	padding-top: 0;
diff --git a/local.css b/local.css
index 97f9195..0a625c1 100644
--- a/local.css
+++ b/local.css
@@ -223,12 +223,13 @@ body {
 	/*box-shadow: 0 3px 0.4em 0 #333366;*/
 	background: white url(assets/background.png) no-repeat bottom center;
 	color: black;
+	border-left: solid 1px #ccc;
 }
 
 /* {{{ .sidebar */
 .sidebar {
 	position: absolute;
-	top: 12em;
+	top: 100px;
 	overflow: hidden;
 	width: 12em;
 	margin: 0;
@@ -236,6 +237,8 @@ body {
 	border: none;
 	z-index: 100;
 	background: #f5f5f5;
+	border-top: solid 1px #ccc;
+	padding-top: 3em;
 }
 
 .sidebar ul, .actions ul {