MediaWiki:Print.css : Différence entre versions

(Page créée avec « Le CSS placé ici affectera les impressions : #bodyContent .tuto-main-image img,#bodyContent .tuto-step-image img { max-height: 500px; } »)
 
Ligne 2 : Ligne 2 :
  
 
#bodyContent .tuto-main-image img,#bodyContent .tuto-step-image img {
 
#bodyContent .tuto-main-image img,#bodyContent .tuto-step-image img {
         max-height: 500px;
+
         max-height: 300px !important;
 
     }
 
     }

Version du 26 août 2024 à 13:52

/* Le CSS placé ici affectera les impressions */

#bodyContent .tuto-main-image img,#bodyContent .tuto-step-image img {
        max-height: 300px !important;
    }