Difference between revisions of "MediaWiki:Monobook.css"

From Monoskop
Jump to navigation Jump to search
Line 1: Line 1:
 
/* CSS placed here will affect users of the Monobook skin */
 
/* CSS placed here will affect users of the Monobook skin */
  
/* Navigation */
+
/* Navigation, Toolbox*/
#p-navigation ul {
+
#p-navigation ul, #p-tb ul {
list-style: none;
+
list-style: none;
margin: 0;
+
margin: 0;
padding: 0;
+
padding: 0;
}
+
}
  
#p-navigation h5 {
+
#p-navigation h5, #p-tb h5 {
 
     display: none !important;
 
     display: none !important;
 
}
 
}

Revision as of 01:53, 6 March 2012

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

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

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