MediaWiki:Mobile.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
| Zeile 16: | Zeile 16: | ||
.infoboxblau { | .infoboxblau { | ||
width: 100%!important; | width: 100%!important; | ||
clear:both!important; | |||
} | } | ||
.content table .fullwidth { | .content table .fullwidth { | ||
width: 100%!important; | width: 100%!important; | ||
} | } | ||
Version vom 15. Januar 2015, 22:52 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 {
width: 100%!important;
clear:both!important;
}
.content table .fullwidth {
width: 100%!important;
}