Difference between revisions of "MediaWiki:Common.css"

From Lsdf
m (Created page with "CSS placed here will be applied to all skins: #p-tb{ display : none; }")
 
m
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;
  +
 
}
 
}

Revision as of 22:46, 16 March 2014

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

#p-tb{

display : none;

}