MediaWiki:Print.css: Difference between revisions

From University of Nebraska Medical Center
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:


body {
body {
background: url("http://www.unmc.edu/images/bg-logo-unmc-large.png") repeat x scroll 0 0 transparent;
background: url("http://www.unmc.edu/images/bg-logo-unmc-large.png") repeat x scroll 0 0;
}
}


}
}

Revision as of 09:07, August 10, 2012

/* CSS placed here will affect the print output */
@media print {

#footer {
    display: none;
}

body {
background: url("http://www.unmc.edu/images/bg-logo-unmc-large.png") repeat x scroll 0 0;
}

}