MediaWiki:Common.css: Difference between revisions

From Pikmin Fanon
m (Undo revision 41968 by PikFan23 (talk) *stares at Espyo*)
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* Dismissable SiteNotice */
.sitedir-ltr .mw-dismissable-notice-body {
margin: 0.5em 60px 0.5em 0;
}
.sitedir-rtl .mw-dismissable-notice-body {
margin: 0.5em 0 0.5em 60px;
}

Revision as of 02:58, 13 August 2016

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

/* Dismissable SiteNotice */
.sitedir-ltr .mw-dismissable-notice-body {
	margin: 0.5em 60px 0.5em 0;
}
.sitedir-rtl .mw-dismissable-notice-body {
	margin: 0.5em 0 0.5em 60px;
}