MediaWiki:Common.css
From AHPA Botanical Identity References Compendium
(Difference between revisions)
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
| − | body.page h1.firstHeading { display:italic; } | + | /* body.page h1.firstHeading { display:italic; } */ /* This didn't seem to work as of 12/27/2011 */ |
| + | #n-sponsors { | ||
| + | background-image: url(http://www.ahpa.org/Portals/0/images/NDISignUp.gif); | ||
| + | background-position: top left; | ||
| + | background-repeat: no-repeat; | ||
| + | padding-left: 20px; | ||
| + | } | ||
Revision as of 19:46, 27 December 2011
/* CSS placed here will be applied to all skins */
/* body.page h1.firstHeading { display:italic; } */ /* This didn't seem to work as of 12/27/2011 */
#n-sponsors {
background-image: url(http://www.ahpa.org/Portals/0/images/NDISignUp.gif);
background-position: top left;
background-repeat: no-repeat;
padding-left: 20px;
}