Mudanças entre as edições de "MediaWiki:Common.css"
De Wiki AnDes Sistemas
| Linha 1: | Linha 1: | ||
.img-responsive { | .img-responsive { | ||
| + | min-width: 600px !important; /* Força tamanho mínimo */ | ||
max-width: 900px !important; | max-width: 900px !important; | ||
width: 100% !important; | width: 100% !important; | ||
| Linha 5: | Linha 6: | ||
display: block !important; | display: block !important; | ||
margin: 0 auto !important; | margin: 0 auto !important; | ||
| − | + | image-rendering: -webkit-optimize-contrast; /* Melhora nitidez */ | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
} | } | ||
Edição das 17h05min de 11 de novembro de 2025
.img-responsive { min-width: 600px !important; /* Força tamanho mínimo */ max-width: 900px !important; width: 100% !important; height: auto !important; display: block !important; margin: 0 auto !important; image-rendering: -webkit-optimize-contrast; /* Melhora nitidez */ }