Mudanças entre as edições de "MediaWiki:Common.css"

De Wiki AnDes Sistemas
Ir para: navegação, pesquisa
Linha 1: Linha 1:
 
<style>
 
<style>
.img-responsive {
+
@media screen {
 +
  .img-responsive {
 
     max-width: 100% !important;
 
     max-width: 100% !important;
 
     height: auto !important;
 
     height: auto !important;
     display: block;
+
     display: block !important;
     margin: 0 auto;
+
     margin: 0 auto !important;
 +
  }
 
}
 
}
 
</style>
 
</style>

Edição das 13h38min 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>