Jump to content

MediaWiki:Common.css: Difference between revisions

From ERCIM Working Group OpenData
Content deleted Content added
Irini (talk | contribs)
Created page with "CSS placed here will be applied to all skins: #catlinks { display:none; }"
 
Irini (talk | contribs)
mNo edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
#catlinks
#catlinks
{
{
display:none;
display: none;
}
}

Revision as of 15:30, 23 September 2014

/* CSS placed here will be applied to all skins */
#catlinks
 {
display: none;
}