Richard Penman
Mediawiki printing

20 Jan 2008

By default mediawiki includes header and footer information, which looks unprofessional when printing. To disable this open up _skins/common/commonPrint.css and add:

#footer {  
    display: none;  
}  
.printfooter {  
    display: none;  
}  
#bodyContent {  
    font-family: courier;  
}
blog comments powered by Disqus