Abrir menu principal

Mudanças

MediaWiki:Common.css

211 bytes adicionados, 11h02min de 25 de junho de 2019
sem sumário de edição
height: auto;
}
 
.mobileonly {display: none;}
 
/* Smartphone Portrait and Landscape */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px){
.mobileonly {display: inline;}
}
/*.mw-highlight pre {
font-size: 90%;
}*/