MediaWiki:Common.css: Difference between revisions
From Guinea Isles Wiki
Added infobox styles |
(No difference)
|
Revision as of 15:02, 18 September 2025
/* CSS placed here will be applied to all skins */
.infobox-right {
float: right;
clear: right;
margin: 0 0 0.5em 0.5em;
}
.infobox-left {
float: left;
clear: left;
margin: 0 0.5em 0.5em 0;
}