From: Ludovic CHEVALIER Date: Wed, 11 Feb 2015 12:22:26 +0000 (+0100) Subject: [CSS] +height auto pour les images X-Git-Tag: 0.1.0~21 X-Git-Url: http://git.cyclocoop.org/?p=lhc%2Fweb%2Fclavettes.git;a=commitdiff_plain;h=02231e596193c969ac77de53b5889c296cecc84a [CSS] +height auto pour les images --- diff --git a/css/habillage.css b/css/habillage.css index fa769d4..70583ca 100644 --- a/css/habillage.css +++ b/css/habillage.css @@ -233,6 +233,7 @@ p { .article img { width: 100%; + height: auto; margin: 0; } .article ul { diff --git a/css/habillage.scss b/css/habillage.scss index aecc238..663e0e0 100644 --- a/css/habillage.scss +++ b/css/habillage.scss @@ -261,6 +261,7 @@ p{ } .article img{ width:100%; + height:auto; margin:0; } .article ul{