www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 62a20e47b28a8638e620c653df32a73927aad9d4
parent 3260734a52d4e2360dc8e6b2a78f1ca8bb63935e
Author: John Charron <rm_rf_windows@yahoo.fr>
Date:   Thu, 17 Feb 2011 11:05:31 +0100

Noms de menus, contenu et pied de page mis à jour (harmonisation)

Diffstat:
Mcode/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 @@ -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; }