Difference between revisions of "MediaWiki:Print.css"

From Beds24 Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
/* CSS placed here will affect the print output */
 
/* CSS placed here will affect the print output */
  
#footer-info{
+
#footer{
 
display: none;
 
display: none;
 
}
 
}

Revision as of 16:32, 13 February 2013

/* CSS placed here will affect the print output */

#footer{
display: none;
}

.printfooter{
display: none;
}

.firstHeading{
display: none;
}