MediaWiki:Monobook.css
From CRCE Wiki
(Difference between revisions)
(Created page with '- →CSS placed here will affect users of the Monobook skin: # Hide the talk/discussion links at the top of the page #ca-talk { display: none; }') |
|||
Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Monobook skin */ | /* CSS placed here will affect users of the Monobook skin */ | ||
- | + | // Hide the talk/discussion links at the top of the page | |
#ca-talk { | #ca-talk { | ||
display: none; | display: none; | ||
} | } |
Latest revision as of 14:00, 22 February 2010
/* CSS placed here will affect users of the Monobook skin */ // Hide the talk/discussion links at the top of the page #ca-talk { display: none; }