CSS pour l'adaptation de la taille des images générées par le modèle <media>, intervention sur <strong> quand il est inclus dans une liste à puces
This commit is contained in:
parent
dd2c7c2cec
commit
b041aac70d
@ -108,3 +108,24 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/*************************
|
||||||
|
* Surcharges particulières
|
||||||
|
**************************/
|
||||||
|
|
||||||
|
.contenu-texte .suitedarticles ul.spip strong {
|
||||||
|
margin: 0;
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*************************
|
||||||
|
* Classes introduites par le plugin media
|
||||||
|
**************************/
|
||||||
|
|
||||||
|
.media_image img {
|
||||||
|
max-width: 100%;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user