MediaWiki:Print.css

From BioDIP
(Difference between revisions)
Jump to: navigation, search
Line 4: Line 4:
 
     background-repeat: no-repeat;
 
     background-repeat: no-repeat;
 
     background-position: top right;
 
     background-position: top right;
     overflow: visible;
+
     background-clip: content-box;
 
     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:40, 18 December 2014

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