MediaWiki:Print.css: Difference between revisions

From FamilySearch Wiki
(Created page with '→‎CSS placed here will affect the print output: #portletsColumn{ display:none; }')
 
No edit summary
Line 1: Line 1:
/* CSS placed here will affect the print output */
___NORICHEDITOR___{}
#portletsColumn{
/* CSS placed here will affect the print output */  
#portletsColumn,span.ca-edit{
   display:none;
   display:none;
}
}

Revision as of 16:19, 3 August 2010

___NORICHEDITOR___{}
/* CSS placed here will affect the print output */ 
#portletsColumn,span.ca-edit{
  display:none;
}