From 598d07a818482c982ddc5da7f3548d079094826d Mon Sep 17 00:00:00 2001 From: nicosomb Date: Mon, 8 Apr 2013 14:25:55 +0200 Subject: [PATCH] =?UTF-8?q?ajout=20du=20lien=20retour=20=C3=A0=20l'accueil?= =?UTF-8?q?=20en=20pied=20de=20page=20#22?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style.css | 11 ++++++++--- tpl/index.html | 8 ++++++-- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/css/style.css b/css/style.css index fa12eaf..add05b8 100644 --- a/css/style.css +++ b/css/style.css @@ -27,8 +27,13 @@ header { text-decoration: none; } -#article header .vieworiginal a { +#article article { + border-bottom: 1px solid #222222; +} + +.vieworiginal a { color: #888888; + text-decoration: none; } #main, #article { @@ -44,11 +49,11 @@ header { #main ul#links li { display: inline; } -#links a, #backhome a{ +#links a, .backhome a{ text-decoration: none; padding: 5px 10px; } -#links a:hover, #backhome a{ +#links a:hover, .backhome a{ -webkit-border-radius: 2px; border-radius: 2px; background-color: #040707; diff --git a/tpl/index.html b/tpl/index.html index 5d7baa8..c8b54c8 100755 --- a/tpl/index.html +++ b/tpl/index.html @@ -14,18 +14,22 @@
- {include="footer"}