MediaWiki:Common.css: Difference between revisions

From TANGOWIKI-TITAF
Created page with "CSS placed here will be applied to all skins: .mw-redirectedfrom { display: none; }"
 
No edit summary
Line 2: Line 2:
.mw-redirectedfrom {
.mw-redirectedfrom {
   display: none;
   display: none;
}
/* Hides the namespace options in the search interface */
#mw-searchoptions {
display: none;
}
}

Revision as of 10:29, 1 June 2025

/* CSS placed here will be applied to all skins */
.mw-redirectedfrom {
  display: none;
}
/* Hides the namespace options in the search interface */
#mw-searchoptions {
display: none;
}