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-color:#cccccc;
     background-color: #cccccc;
 
}
}
}

Revision as of 08:42, August 10, 2012

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

#footer {
    display: none;
}

body {
    background-color: #cccccc;
}
}