MediaWiki:Mobile.css: Unterschied zwischen den Versionen

Aus biergärtenmünchen.de
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „CSS placed here will affect users of the mobile site: .hlist{ display:none; }“)
(Markierungen: Mobile Bearbeitung, Mobile Web-Bearbeitung)
 
K
 
Zeile 3: Zeile 3:
 
display:none;
 
display:none;
 
}
 
}
 +
 +
ins.adsbygoogle[data-ad-status='unfilled'] {
 +
    display: none !important;
 +
  }

Aktuelle Version vom 30. Juli 2023, 17:58 Uhr

/* CSS placed here will affect users of the mobile site */
.hlist{
display:none;
}

ins.adsbygoogle[data-ad-status='unfilled'] {
    display: none !important;
  }