MediaWiki:Timeless.css: Unterschied zwischen den Versionen

Aus decaf-de
Die Seite wurde neu angelegt: „All CSS here will be loaded for users of the Timeless skin: #footer-places-disclaimers{ display: none; }“
 
Keine Bearbeitungszusammenfassung
 
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt)
Zeile 1: Zeile 1:
/* All CSS here will be loaded for users of the Timeless skin */
/* All CSS here will be loaded for users of the Timeless skin */
#footer-places-disclaimers{
#footer-places-disclaimers{
   display: none;
   display: none !important;
}
}

Aktuelle Version vom 27. Mai 2025, 12:39 Uhr

/* All CSS here will be loaded for users of the Timeless skin */
#footer-places-disclaimers{
  display: none !important;
}