GW2Wiki:Proyectos/CSS/widgets- monobook
De Guild Wars 2 Wiki
< GW2Wiki:Proyectos | CSS
Ir a la navegaciónIr a la búsqueda
/** Generic widgets - Interactive maps with leaflet plugin **/ /* Overwrite default MW responsive skin rule which has the effect of hiding map tiles at low widths */ @media screen and (max-width: 550px) { body.skin--responsive .monobook-body .leaflet-container img { max-width: unset !important; } }