MediaWiki:Common.css: Difference between revisions

From Stiles Wiki
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 2: Line 2:
.infobox {
.infobox {
float: right;
float: right;
clear: right;
}
}

Revision as of 18:27, 18 May 2022

/* All CSS here will be loaded for users of the Vector skin */
.infobox {
	float: right;
	clear: right;
}