MediaWiki:Common.css: Unterschied zwischen den Versionen

try to replace static div on main page
(updated theme)
(try to replace static div on main page)
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;
}
}