From: Johan GIRAUD Date: Mon, 9 Feb 2015 13:56:33 +0000 (+0100) Subject: [CSS] + lien retour accueil X-Git-Tag: 0.1.0~48 X-Git-Url: http://git.cyclocoop.org/?p=lhc%2Fweb%2Fclavettes.git;a=commitdiff_plain;h=a498c704046d4cc39dab1284dc27eb0f84fef891 [CSS] + lien retour accueil --- diff --git a/article.html b/article.html index 6143ba9..3797c54 100644 --- a/article.html +++ b/article.html @@ -24,7 +24,7 @@ diff --git a/css/habillage.css b/css/habillage.css index c7cf1a8..e41e8db 100644 --- a/css/habillage.css +++ b/css/habillage.css @@ -196,16 +196,12 @@ p { .horairesouvertures { margin: 0 0 0 15px; } -.logoatelier { - margin: auto; - width: 300px; } - #ateliers nav { padding-top: 15px; padding-bottom: 15px; clear: both; } -#ateliers .fa { +.fa { color: #05ffbc; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; @@ -213,7 +209,7 @@ p { -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } -#ateliers .fa:hover { +.fa:hover { color: #0c0fb7; } #atelierdescription nav { @@ -262,8 +258,8 @@ address p { #atelierdescription #news { margin: 0; } -#atelierdescription img { - width: 100%; } +.spip_logos { + width: auto !important; } /*3EME COLONNE*/ .map { diff --git a/css/habillage.scss b/css/habillage.scss index e12306f..3ac06db 100644 --- a/css/habillage.scss +++ b/css/habillage.scss @@ -221,16 +221,12 @@ p{ .horairesouvertures{ margin:0 0 0 15px; } -.logoatelier{ - margin:auto; - width: 300px; -} #ateliers nav{ padding-top:15px; padding-bottom: 15px; clear:both; } -#ateliers .fa{ +.fa{ color:#05ffbc; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; @@ -238,7 +234,7 @@ p{ -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } -#ateliers .fa:hover{ +.fa:hover{ color:#0c0fb7; } #atelierdescription nav{ @@ -291,8 +287,8 @@ address p{ #atelierdescription #news{ margin:0; } -#atelierdescription img{ - width: 100%; +.spip_logos{ + width:auto!important; } diff --git a/rubrique.html b/rubrique.html index b4d2141..20f51d7 100644 --- a/rubrique.html +++ b/rubrique.html @@ -35,7 +35,7 @@ #LOGO_SITE