[CSS][SKEL] ~dimensionnement des logos via un filtre SPIP
authorLudovic CHEVALIER <ludovic@beurresarrasin.net>
Tue, 3 Feb 2015 08:34:17 +0000 (09:34 +0100)
committerLudovic CHEVALIER <ludovic@beurresarrasin.net>
Tue, 3 Feb 2015 08:34:17 +0000 (09:34 +0100)
css/habillage.css
css/habillage.scss
sommaire.html

index 17f79a9..dafc3ff 100644 (file)
@@ -147,9 +147,6 @@ p {
 #news {
   overflow: hidden; }
 
-#news img {
-  height: 350px; }
-
 .article {
   background-color: #ffaa7f;
   margin: 0 10px 15px 10px; }
index 04d66fa..62c776e 100644 (file)
@@ -180,10 +180,6 @@ p{
        overflow: hidden;
 }
 
-#news img{
-       height:350px;
-}
-
 .article{
        background-color:#ffaa7f;
        margin:0 10px 15px 10px;
index 0f74da3..66bf984 100644 (file)
@@ -41,7 +41,7 @@
             <div id="news">
                 <BOUCLE_articles(ARTICLES){0,10}{!par date}>
                 <div class="article">
-                    <a href="#">[(#LOGO_ARTICLE_RUBRIQUE|inserer_attribut{alt,"logo"})]</a>
+                    <a href="#">[(#LOGO_ARTICLE_RUBRIQUE|inserer_attribut{alt,"logo"}|image_reduire{150,150})]</a>
                     <a href="#"><h1>#TITRE</h1></a>
                     <BOUCLE_rub(RUBRIQUES){id_rubrique=#ID_RUBRIQUE}>
                     <a href="#"><h3>[(#_articles:DATE|affdate)] - #TITRE</h3></a>