Difference between revisions of "MediaWiki:Common.css"

From ERCIM Working Group OpenData
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: #catlinks { display:none; }")
 
m
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;
}