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 1: Line 1:
/* CSS placed here will affect the print output */
/* CSS placed here will affect the print output */
#content {
#content {
     background: #000;
     background-color: #000;
}
}

Revision as of 08:30, August 10, 2012

/* CSS placed here will affect the print output */
#content {
    background-color: #000;
}