MediaWiki:Common.css: Difference between revisions

From Lsdf
Jump to navigationJump to search
m (Created page with "→‎CSS placed here will be applied to all skins: #p-tb{ display : none; }")
 
mNo edit summary
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;

}