Mudanças entre as edições de "MediaWiki: Common.css"
De WikiAjuda
Linha 5: | Linha 5: | ||
} | } | ||
− | .img- | + | .img-mobile.center-block { |
− | max-width: | + | max-width: 380px; |
− | height:auto; | + | height: auto; |
} | } | ||
.img-responsive { | .img-responsive { | ||
width: 100%; | width: 100%; | ||
− | |||
− | |||
− | |||
− | |||
} | } |
Edição das 17h52min de 26 de maio de 2019
/** o código CSS colocado aqui será aplicado a todos os temas */
.form-control.select2-container .select2-choices {
border: 1px solid #aaa !important;
}
.img-mobile.center-block {
max-width: 380px;
height: auto;
}
.img-responsive {
width: 100%;
}