Difference between revisions of "MediaWiki:Common.css"

From Dr. Joey Paquet Web Site
Jump to: navigation, search
(Created page with "- CSS placed here will be applied to all skins: #p-tb{ display : none; }")
 
Line 4: Line 4:
 
  display : none;
 
  display : none;
 
  }
 
  }
 +
 +
#p-search{
 +
display : none;
 +
}

Revision as of 10:30, 13 November 2013

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

 #p-tb{
 display : none;
 }

#p-search{
display : none;
}