Module:Message box/ombox.css: Difference between revisions

From CAPipedia
en>Shirayuki
rtl
 
en>Tacsipacsi
use the exact same selector and rules as found in MediaWiki:Gadget-enwp-boxes.css—TemplateStyles will make sure that this rule overrides the gadget’s one and that this rule flips appropriately on RTL pages (as long as they have page language set, i.e. they use the Translate extension)
Line 1: Line 1:
.mw-content-rtl .ombox {
html body.mediawiki .mbox-small {
float:left;
clear: right;
clear:left;
float: right;
margin:4px 1em 4px 0;
margin: 4px 0 4px 1em;
}
}

Revision as of 18:59, 21 October 2020

html body.mediawiki .mbox-small {
	clear: right;
	float: right;
	margin: 4px 0 4px 1em;
}