From: Lunar <lunar@anargeek.net>
Date: Sun, 28 Apr 2013 13:01:28 +0000 (+0200)
Subject: Encore de la mise en page…
X-Git-Url: https://nos-oignons.net/gitweb/website.git/commitdiff_plain/e4b7c30154106f2981973151fc83ba7a6d10c558

Encore de la mise en page…
---

diff --git a/assets/home.css b/assets/home.css
index ab2d712..1840264 100644
--- a/assets/home.css
+++ b/assets/home.css
@@ -1,6 +1,7 @@
 .pageheader {
 	position: absolute;
 	top: 0;
+	height: 0;
 	background: none;
 	box-shadow: none;
 }
diff --git a/local.css b/local.css
index de4b429..a1626b4 100644
--- a/local.css
+++ b/local.css
@@ -376,9 +376,6 @@ pre {
 	text-align: center;
 	color: white;
 	background: #57075f;
-	background: -webkit-linear-gradient(#001030, #57075f);
-	background:    -moz-linear-gradient(#001030, #57075f);
-	background:         linear-gradient(#001030, #57075f);
 	z-index: 400;
 }
 
@@ -483,6 +480,11 @@ pre {
 		border-bottom: solid #ccc 1px;
 	}
 
+	#content a:link:after,
+	#content a:visited:after {
+		content:" [" attr(href) "] ";
+	}
+
 	#footer {
 		margin-top: 2em;
 		text-align: left;