www

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

commit 9babaafddfc242298827847a2485ace82d91e06f
parent 62a20e47b28a8638e620c653df32a73927aad9d4
Author: John Charron <rm_rf_windows@yahoo.fr>
Date:   Thu, 17 Feb 2011 11:09:21 +0100

'id' changés en 'class'

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 @@ -#menu { +.menu { margin: 0; } @@ -6,7 +6,7 @@ display: block; } -#liens, #footer { +#liens, .footer { background-color: #efd; border-bottom: thin solid #8a8; } @@ -20,7 +20,7 @@ h1 { margin-top: 0; } -#footer { +.footer { margin: 0; padding: 0.5em; border-top: thin solid #8a8; @@ -38,7 +38,7 @@ img#logo-grunt { margin-right: 0.5em; } -#liens a, #footer a { +#liens a, .footer a { color: #242; } @@ -48,11 +48,11 @@ img#logo-grunt { margin: auto 1em; } -#liens a:hover, #footer a:hover { +#liens a:hover, .footer a:hover { color: #8a4; } -#footer { +.footer { text-align: center; font-size: small; } @@ -78,7 +78,7 @@ img#logo-grunt { -#content { +.content { margin: 0; padding: 0.3em; }