Difference between revisions of "MediaWiki:Common.css"

From ERCIM Working Group OpenData
Jump to navigation Jump to search
m
m
 
(11 intermediate revisions by the same user not shown)
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!important; border:0px; }
 
 
#catlinks { display:none!important; border:0px; }
 
div#catlinks {
 
display:none!important
 
}
 
 
 
div
 
 
{
 
{
display:none!important
+
display:none !important;
 
}
 
}

Latest revision as of 06:57, 24 September 2014

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

#catlinks
{
display:none !important;
}