Logo Patagonia.png

Diferencia entre revisiones de «MediaWiki:Mobile.css»

De Wikiexplora
Saltar a: navegación, buscar
Línea 15: Línea 15:
 
.imagen-principal-td .thumbcaption {   
 
.imagen-principal-td .thumbcaption {   
 
     max-width: 320px!important;
 
     max-width: 320px!important;
 +
}
 +
td #mapa{
 +
  width: 380px!important;
 
}
 
}

Revisión del 15:00 22 ago 2017

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

td.imagen-principal-td {
    width: 100%!important;
}

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

.imagen-principal-td .thumbcaption {  
    max-width: 320px!important;
}
td #mapa{
   width: 380px!important;
}