MediaWiki:Common.css: Difference between revisions

From ERCIM Working Group OpenData
mNo edit summary
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 3: Line 3:
#catlinks
#catlinks
{
{
display:none;
display:none !important;
}
}
#tabs ul {
padding: 0;
list-style: none;
margin: 0 0 1em 0;
display: inline;
}

Latest revision as of 06:57, 24 September 2014

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

#catlinks
{
display:none !important;
}