Diferencia entre revisiones de «MediaWiki:Mobile.css»
De Wikiexplora
| Línea 11: | Línea 11: | ||
.imagen-principal-td .thumbinner { | .imagen-principal-td .thumbinner { | ||
width: auto!important; | width: auto!important; | ||
| + | } | ||
| + | |||
| + | .imagen-principal-td .thumbinner > div { | ||
| + | width: 320px!important; | ||
} | } | ||
Revisión del 23:03 17 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 .thumbinner > div {
width: 320px!important;
}
