MediaWiki:Common.css: Difference between revisions

From ETM
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 8: Line 8:
width: 10em;
width: 10em;
height: 227px;
height: 227px;
}
#p-logo a {
height: inherit;
}
}

Latest revision as of 14:00, 3 March 2020

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

body {
	background-image: url(bgx2.png);
}

#p-logo {
	width: 10em;
	height: 227px;
}

#p-logo a {
	height: inherit;
}