Difference between revisions of "MediaWiki:Common.css"

From X-Cart 4 Classic
Jump to: navigation, search
(Created page with 'CSS placed here will be applied to all skins: div.userspace { padding-left: 130px; background: url(images/4/42/Userportal.png) top left no-repeat; height: 140px; } div.…')
(No difference)

Revision as of 15:42, 16 December 2009

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

div.userspace {
	padding-left: 130px;
	background: url(images/4/42/Userportal.png) top left no-repeat;
	height: 140px;
}

div.devspace {
	padding-left: 130px;
	background: url(images/4/41/Developers.png) top left no-repeat;
	height: 140px;
}