Changes

Jump to: navigation, search

MediaWiki:Common.css

331 bytes added, 17:16, 5 December 2016
/* Hides Mobile only elements */
#mf-HideOnDesktop { display: none; }
 
@media (max-width: 500px) {
.gallery {
width: 320px;
height: 50px;
}
}
 
@media (max-width:799px) {
.gallery {
width: 480px;
height: 60px;
}
}
 
@media (min-width: 800px) {
.gallery {
width: 728px;
height: 90px;
}
}
.tocnumber { display: none !important; }