MediaWiki:Common.css: Difference between revisions
From Dive Atlas
(add divesite infobox css) Tags: Mobile edit Mobile web edit |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.divesiteinfobox { | .divesiteinfobox { | ||
float: right; | |||
margin: 1em; | |||
} | |||
.regioninfobox { | |||
float: right; | float: right; | ||
margin: 1em; | margin: 1em; | ||
} | } |
Revision as of 15:03, 4 January 2025
/* CSS placed here will be applied to all skins */ .divesiteinfobox { float: right; margin: 1em; } .regioninfobox { float: right; margin: 1em; }