From d9755f6e797daf11da1102629838b755905e79ed Mon Sep 17 00:00:00 2001 From: jeanmarie Date: Thu, 5 Mar 2020 14:06:43 +0100 Subject: [PATCH] =?UTF-8?q?bandeau=20d'ent=C3=AAte=20:=20on=20remplace=20l?= =?UTF-8?q?e=20h1=20du=20bouton=20d'accueil=20par=20un=20div?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/alpha.spip.css | 2 ++ inclure/header.html | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/css/alpha.spip.css b/css/alpha.spip.css index 150682c..10ff0fc 100644 --- a/css/alpha.spip.css +++ b/css/alpha.spip.css @@ -18,6 +18,8 @@ a:focus, a:hover, a:active {background-color:transparent;color:inherit} #header {z-index: 999;} +#header a {color:#fff; text-decoration: none; border: 0;} +#header div.accueil {left: 1.25em; position: absolute;top: 0;} /* tricky: si aucun slogan h2 défini, ne pas afficher une bordure grise sur l'intro diff --git a/inclure/header.html b/inclure/header.html index df25741..9629c83 100644 --- a/inclure/header.html +++ b/inclure/header.html @@ -1,5 +1,5 @@