MediaWiki:Common.css: Difference between revisions

From Pikmin Fanon
No edit summary
(Added infobox clearing.)
Line 7: Line 7:
.sitedir-rtl .mw-dismissable-notice-body {
.sitedir-rtl .mw-dismissable-notice-body {
margin: 0.5em 0 0.5em 60px;
margin: 0.5em 0 0.5em 60px;
}
/* Infoboxes */
.infobox {
  clear: right;
}
}

Revision as of 14:29, 2 January 2021

/* 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;
}

/* Infoboxes */
.infobox {
  clear: right;
}