From: Johan GIRAUD Date: Fri, 6 Feb 2015 11:17:27 +0000 (+0100) Subject: [CSS] + articles X-Git-Tag: 0.1.0~86 X-Git-Url: http://git.cyclocoop.org/?p=lhc%2Fweb%2Fclavettes.git;a=commitdiff_plain;h=6ca861ce9a27992830fb302ee732b8b1dae10b13 [CSS] + articles --- diff --git a/css/habillage.css b/css/habillage.css index b5cdffa..f3e71e2 100644 --- a/css/habillage.css +++ b/css/habillage.css @@ -147,21 +147,34 @@ p { margin: 0 0 0 15px; line-height: 0.6; } -#ateliers p:nth-child(2) { - margin: 0px 15px 15px 15px; } +.horairesouvertures { + margin: 0 0 0 15px; } /*2EME COLONNE*/ #news { overflow: hidden; } .article { - background-color: #ffd7b7; + background-color: #e2e2e1; margin: 0 10px 15px 10px; line-height: 1.3; } .spip_logo { display: none; } +.article .spip_logos { + display: none; } + +.historique { + background-color: #ffd2a1; + margin: 0 15px 15px 15px; } + +.historique h1 { + width: 100%; } + +#atelierdescription img { + width: 100%; } + /*3EME COLONNE*/ .map { height: 300px; diff --git a/css/habillage.scss b/css/habillage.scss index 5b34120..91da44c 100644 --- a/css/habillage.scss +++ b/css/habillage.scss @@ -146,7 +146,7 @@ p{ #ateliers{ - margin:0 10px; + margin:0 10px; } #ateliers:after { @@ -171,12 +171,11 @@ p{ text-align: left; } #ateliers address{ - margin: 0 0 0 15px; + margin:0 0 0 15px; line-height: 0.6; - } -#ateliers p:nth-child(2){ - margin:0px 15px 15px 15px; +.horairesouvertures{ + margin:0 0 0 15px; } @@ -186,9 +185,8 @@ p{ #news{ overflow: hidden; } - .article{ - background-color:#ffd7b7; + background-color:#e2e2e1; margin:0 10px 15px 10px; line-height: 1.3; } @@ -196,9 +194,20 @@ p{ display:none; } .article .spip_logos{ - + display: none; +} + +.historique{ + background-color: #ffd2a1; + margin:0 15px 15px 15px; +} +.historique h1{ + width:100%; } +#atelierdescription img{ + width: 100%; +} /*3EME COLONNE*/