[CSS] +height auto pour les images
authorLudovic CHEVALIER <ludovic@beurresarrasin.net>
Wed, 11 Feb 2015 12:22:26 +0000 (13:22 +0100)
committerLudovic CHEVALIER <ludovic@beurresarrasin.net>
Wed, 11 Feb 2015 12:22:26 +0000 (13:22 +0100)
css/habillage.css
css/habillage.scss

index fa769d4..70583ca 100644 (file)
@@ -233,6 +233,7 @@ p {
 
 .article img {
   width: 100%;
+  height: auto;
   margin: 0; }
 
 .article ul {
index aecc238..663e0e0 100644 (file)
@@ -261,6 +261,7 @@ p{
 }
 .article img{
        width:100%;
+       height:auto;
        margin:0;
 }
 .article ul{