MediaWiki:Common.css: Difference between revisions

From Met Dynamics
Jump to navigation Jump to search
No edit summary
imported>Scott.Munro
(Created page with "→‎CSS placed here will be applied to all skins: .user-show { display: none !important; }")
 
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
#ca-talk { display:none!important; }
 
#ca-history { display:none!important; }
.user-show {
#ca-viewsource { display: none !important; }
  display: none !important;
}

Latest revision as of 05:39, 1 May 2025

/* CSS placed here will be applied to all skins */

.user-show {
  display: none !important;
}