MediaWiki:Common.css: Difference between revisions
From Dive Atlas
No edit summary |
(Only margin infoboxes on left and right) |
||
Line 2: | Line 2: | ||
.divesiteinfobox { | .divesiteinfobox { | ||
float: right; | float: right; | ||
margin: 1em; | margin: 0 1em; | ||
} | } | ||
.regioninfobox { | .regioninfobox { | ||
float: right; | float: right; | ||
margin: 1em; | margin: 0 1em; | ||
} | } |
Revision as of 15:34, 4 January 2025
/* CSS placed here will be applied to all skins */ .divesiteinfobox { float: right; margin: 0 1em; } .regioninfobox { float: right; margin: 0 1em; }