From 62a20e47b28a8638e620c653df32a73927aad9d4 Mon Sep 17 00:00:00 2001 From: John Charron Date: Thu, 17 Feb 2011 11:05:31 +0100 Subject: [PATCH] =?UTF-8?q?Noms=20de=20menus,=20contenu=20et=20pied=20de?= =?UTF-8?q?=20page=20mis=20=C3=A0=20jour=20(harmonisation)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/serveur/php/simple.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/code/serveur/php/simple.css b/code/serveur/php/simple.css index e07fcc9..a5a30b4 100644 --- a/code/serveur/php/simple.css +++ b/code/serveur/php/simple.css @@ -1,4 +1,4 @@ -#entete { +#menu { margin: 0; } @@ -6,7 +6,7 @@ display: block; } -#liens, #pied { +#liens, #footer { background-color: #efd; border-bottom: thin solid #8a8; } @@ -20,7 +20,7 @@ h1 { margin-top: 0; } -#pied { +#footer { margin: 0; padding: 0.5em; border-top: thin solid #8a8; @@ -38,7 +38,7 @@ img#logo-grunt { margin-right: 0.5em; } -#liens a, #pied a { +#liens a, #footer a { color: #242; } @@ -48,11 +48,11 @@ img#logo-grunt { margin: auto 1em; } -#liens a:hover, #pied a:hover { +#liens a:hover, #footer a:hover { color: #8a4; } -#pied { +#footer { text-align: center; font-size: small; } @@ -78,7 +78,7 @@ img#logo-grunt { -#contenu { +#content { margin: 0; padding: 0.3em; }