MediaWiki:Common.css: Difference between revisions

From Sharpfin
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: .footer_image { width: 100%; height: 50px; }")
 
No edit summary
Line 4: Line 4:
width: 100%;
width: 100%;
height: 50px;
height: 50px;
background-image:url(images/7/78/Sharpfin-avatar.png);
}
}

Revision as of 19:13, 8 January 2012

/* CSS placed here will be applied to all skins */

.footer_image {
width: 100%;
height: 50px;
background-image:url(images/7/78/Sharpfin-avatar.png);
}