From e4b7c30154106f2981973151fc83ba7a6d10c558 Mon Sep 17 00:00:00 2001 From: Lunar Date: Sun, 28 Apr 2013 15:01:28 +0200 Subject: [PATCH] =?utf8?q?Encore=20de=20la=20mise=20en=20page=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- assets/home.css | 1 + local.css | 8 +++++--- 2 files changed, 6 insertions(+), 3 deletions(-) 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; -- 2.39.2