Difference between revisions of "MediaWiki:Monobook.css"

From Monoskop
Jump to navigation Jump to search
Line 9: Line 9:
 
}
 
}
  
#p-navigation h5, #p-tb h5 {
+
#p-navigation h5, #p-search h5, #p-tb h5 {
 
     display: none !important;
 
     display: none !important;
 
}
 
}

Revision as of 01:55, 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;
  font-size: 0.85em;
}

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