Difference between revisions of "MediaWiki:Print.css"

From BioCASe Provider Software
Jump to: navigation, search
(Created page with "CSS placed here will affect the print output: #BreadCrumbsTrail { display:none; } #firstHeading { margin-top: 20px; }")
 
(No difference)

Latest revision as of 17:09, 9 August 2011

/* CSS placed here will affect the print output */
#BreadCrumbsTrail {
    display:none;
}
#firstHeading {
    margin-top: 20px;
}