MediaWiki:Common.css: Difference between revisions

From TraCS Florida Wiki
(Created page with "→‎CSS placed here will be applied to all skins: →‎* disable the Talk/Discussion page.: ca-talk { display:none!important; }")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:


/*
/*
  * disable the Talk/Discussion page.
  * disable the Talk/Discussion page. 2/14/2024  -JTI
  */
  */
ca-talk { display:none!important; }
li#ca-talk { display: none; }

Latest revision as of 16:04, 14 February 2024

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

/*
 * disable the Talk/Discussion page.  2/14/2024  -JTI
 */
 li#ca-talk { display: none; }