Common.css

From regional-training
Revision as of 12:48, 5 February 2026 by Ralph (talk | contribs) (Created page with "* place the following into your Mediawiki:Common.css to stop the View Source tab appearing for Anon users <pre> #ca-viewsource { display: none !important; } </pre> category:public")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  • place the following into your Mediawiki:Common.css to stop the View Source tab appearing for Anon users
#ca-viewsource { display: none !important; }