Difference between revisions of "MediaWiki:Common.css"

From Lew Wallace High School History Wiki
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: #p-tb{ display : none; }")
 
 
(5 intermediate revisions 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 21:52, 26 May 2015

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

 #p-tb{
 display : none;
 }