Jump to content

MediaWiki:Common.css: Difference between revisions

From TheRift
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 2: Line 2:


.background {
.background {
    /* @embed */
background: url(media/background.png);
background: url(media/background.png);
    /* @noflip */
float: left;
}
}

Revision as of 23:48, 15 December 2025

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

.background {
    /* @embed */
	background: url(media/background.png);
    /* @noflip */
	float: left;
}