Difference between revisions of "MediaWiki:Print.css"

From Beds24 Wiki
Jump to navigation Jump to search
Line 5: Line 5:
 
}
 
}
  
.printfooter{
+
#siteSub{
 
display: none;
 
display: none;
 
}
 
}

Revision as of 16:33, 13 February 2013

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

#footer{
display: none;
}

#siteSub{
display: none;
}

.firstHeading{
display: none;
}