Difference between revisions of "MediaWiki:Print.css"

From Beds24 Wiki
Jump to navigation Jump to search
Line 8: Line 8:
 
display: none;
 
display: none;
 
}
 
}
.pringfooter{
+
.printfooter{
 
display: none;
 
display: none;
 
}
 
}

Revision as of 16:35, 13 February 2013

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

.firstHeading{
display: none;
}

#siteSub{
display: none;
}
.printfooter{
display: none;
}

#footer{
display: none;
}