Difference between revisions of "MediaWiki:Monobook.css"

From Monoskop
Jump to navigation Jump to search
Line 7: Line 7:
 
padding: 0;
 
padding: 0;
 
}
 
}
 +
 +
#p-navigation h5 {
 +
    display: none !important;
 +
}

Revision as of 01:51, 6 March 2012

/* CSS placed here will affect users of the Monobook skin */

	/* Navigation */
	#p-navigation ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

#p-navigation h5 {
    display: none !important;
}