[CSS] + articles
authorJohan GIRAUD <johangiraud1@gmail.com>
Fri, 6 Feb 2015 11:17:27 +0000 (12:17 +0100)
committerJohan GIRAUD <johangiraud1@gmail.com>
Fri, 6 Feb 2015 11:19:59 +0000 (12:19 +0100)
css/habillage.css
css/habillage.scss

index b5cdffa..f3e71e2 100644 (file)
@@ -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;
index 5b34120..91da44c 100644 (file)
@@ -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*/