Difference between revisions of "MediaWiki:Common.css"

From ERCIM Working Group OpenData
Jump to navigation Jump to search
m
m
Line 2: Line 2:
 
.catlinks
 
.catlinks
 
{
 
{
display: none !important;
+
display:none !important;
  +
}
  +
  +
#catlinks
  +
{
  +
display:none !important;
 
}
 
}

Revision as of 18:37, 23 September 2014

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

#catlinks
{
display:none !important;
}