MediaWiki:Common.css: Difference between revisions

From danceresource.org
Created page with "→‎CSS placed here will be applied to all skins: .redirectText { display: none; }"
 
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.redirectText {
.mw-redirect {
     display: none;
     display: none;
}
}

Revision as of 22:14, 27 March 2025

/* CSS placed here will be applied to all skins */
.mw-redirect {
    display: none;
}