MediaWiki:Mobile.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
KKeine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 15: | Zeile 15: | ||
.infoboxblau, .infobox { | .infoboxblau, .infobox { | ||
width: 100%!important; | |||
} | |||
.fullwidth { | |||
max-width: none!important; | |||
width: 100%!important; | width: 100%!important; | ||
} | } | ||
Version vom 15. Januar 2015, 22:20 Uhr
/* Das folgende CSS wird für alle Nutzer der mobilen Version geladen. */
.content table td, .content table th {
padding: 3px;
border: none;
width: auto;
}
.Hauptseite-Subinhalt {
border-top: none;
border-right: none;
border-bottom: none;
border-left: none;
background-color: transparent;
}
.infoboxblau, .infobox {
width: 100%!important;
}
.fullwidth {
max-width: none!important;
width: 100%!important;
}