MediaWiki:Timeless.css: mudanças entre as edições

De Bloodstone Wiki
mSem resumo de edição
Etiqueta: Revertido
mSem resumo de edição
Etiqueta: Revertido
Linha 2: Linha 2:
.mw-body-content table a>img, .mw-body-content table .floatnone>img {
.mw-body-content table a>img, .mw-body-content table .floatnone>img {
     height: auto;
     height: auto;
     max-width: 125px;
     max-width: 125px !important;
}
}


.mw-body-content a>img, .mw-body-content .floatnone>img {
.mw-body-content a>img, .mw-body-content .floatnone>img {
     height: auto;
     height: auto;
     max-width: 125px;
     max-width: 125px !important;
}
}

Edição das 15h46min de 21 de fevereiro de 2023

/* Todo o CSS colocado aqui será carregado para os usuários do tema Timeless */
.mw-body-content table a>img, .mw-body-content table .floatnone>img {
    height: auto;
    max-width: 125px !important;
}

.mw-body-content a>img, .mw-body-content .floatnone>img {
    height: auto;
    max-width: 125px !important;
}