MediaWiki:Common.css: Unterschied zwischen den Versionen
Inhalt gelöscht Inhalt hinzugefügt
HKay (Diskussion | Beiträge) updated theme |
FRob (Diskussion | Beiträge) try to replace static div on main page |
||
Zeile 22:
body.page-Hauptseite h1.firstHeading {
display:none;
}
twoColumnTable {
column-count: 2;
-moz-column-count: 2;
-webkit-column-count: 2;
}
@media only screen and (max-width: 480px){
twoColumnTable {
column-count: 1 !important;
-moz-column-count: 1 !important;
-webkit-column-count: 1 !important;
}
}
| |||