Logo Patagonia.png

Diferencia entre revisiones de «MediaWiki:Mobile.css»

De Wikiexplora
Saltar a: navegación, buscar
(Página creada con «CSS placed here will affect users of the mobile site: td { display: block!important; clear: both!important; }»)
 
Línea 3: Línea 3:
 
     display: block!important;
 
     display: block!important;
 
     clear: both!important;
 
     clear: both!important;
 +
}
 +
 +
.imagen-principal-td .thumbinner {
 +
    width: auto!important;
 
}
 
}

Revisión del 21:47 17 ago 2017

/* CSS placed here will affect users of the mobile site */
td {
    display: block!important;
    clear: both!important;
}

.imagen-principal-td .thumbinner {
    width: auto!important;
}