Actions

MediaWiki

Difference between revisions of "Common.css"

From London's Ghost Acres

(Created page with "CSS placed here will be applied to all skins: .toc, #toc { display: none; }")
 
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
.toc, #toc { display: none; }
 
.toc, #toc { display: none; }
 +
 +
#catlinks {display: none;}

Latest revision as of 15:33, 12 May 2016

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

.toc, #toc { display: none; }

#catlinks {display: none;}