MediaWiki:Print.css

From BioDIP
(Difference between revisions)
Jump to: navigation, search
(Created page with "- CSS placed here will affect the print output: #globalWrapper { position: relative; background-image: url(/w/images/b/ba/BioDIP-Logo-correct.png); }")
 
Line 1: Line 1:
 
/* CSS placed here will affect the print output */
 
/* CSS placed here will affect the print output */
#globalWrapper {
+
#firstHeading {
 
     position: relative;
 
     position: relative;
 
     background-image: url(/w/images/b/ba/BioDIP-Logo-correct.png);
 
     background-image: url(/w/images/b/ba/BioDIP-Logo-correct.png);
 
}
 
}

Revision as of 22:22, 18 December 2014

/* CSS placed here will affect the print output */
#firstHeading {
    position: relative;
    background-image: url(/w/images/b/ba/BioDIP-Logo-correct.png);
}