MediaWiki:Print.css: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will affect the print output */
/* CSS placed here will affect the print output */
@media print {
#footer {
    display: none;
}
#content {
#content {
    background: #000;
background: url("http://www.unmc.edu/images/bg-logo-unmc-large.png") repeat x scroll 0 0;
}
 
}
}
124

edits