Difference between revisions of "MediaWiki:Common.css"

From docs
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: #p-tb{ display : none; }")
 
 
(One intermediate revision 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 */
 
 
#p-tb{
 
#p-tb{
 
  display : none;
 
  display : none;
 
  }
 
  }

Latest revision as of 14:43, 8 October 2013

/* CSS placed here will be applied to all skins */
#p-tb{
 display : none;
 }