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 4: Line 4:
#footer {
#footer {
     display: none;
     display: none;
}
#content {
    background: black;
}
}



Revision as of 08:45, August 10, 2012

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

#footer {
    display: none;
}

#content {
    background: black;
}

body {
    background-color: #cccccc;
}
}