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
 
(6 intermediate revisions by the same user not shown)
Line 2: Line 2:


.footer_image {
.footer_image {
margin-top: 9px;
width: 100%;
width: 100%;
height: 50px;
height: 178px;
text-align:center;
background-image:url(images/5/53/Sharpfin_water.png);
}
}

Latest revision as of 19:56, 8 January 2012

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

.footer_image {
margin-top: 9px;
width: 100%;
height: 178px;
text-align:center;
background-image:url(images/5/53/Sharpfin_water.png);
}