Mudanças entre as edições de "MediaWiki:Common.css"
De Wiki AnDes Sistemas
| Linha 1: | Linha 1: | ||
| − | + | <style> | |
| − | + | @media screen { | |
| − | + | .img-responsive { | |
| − | .img-responsive { | + | max-width: 100% !important; |
| − | + | height: auto !important; | |
| − | max-width: | + | |
| − | height: auto !important; | + | |
display: block !important; | display: block !important; | ||
| − | margin: 0 auto !important; | + | margin: 0 auto !important; |
| − | + | } | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
} | } | ||
| + | </style> | ||
Edição das 13h52min de 11 de novembro de 2025
<style> @media screen { .img-responsive { max-width: 100% !important; height: auto !important; display: block !important; margin: 0 auto !important; } } </style>