MediaWiki:Common.css: Difference between revisions

From Dive Atlas
(Only margin infoboxes on left and right)
(margin bottom of infoboxes)
Line 2: Line 2:
.divesiteinfobox {
.divesiteinfobox {
   float: right;
   float: right;
   margin: 0 1em;
   margin: 0 1em 1em;
}
}


.regioninfobox {
.regioninfobox {
   float: right;
   float: right;
   margin: 0 1em;
   margin: 0 1em 1em;
}
}

Revision as of 15:37, 4 January 2025

/* CSS placed here will be applied to all skins */
.divesiteinfobox {
  float: right;
  margin: 0 1em 1em;
}

.regioninfobox {
  float: right;
  margin: 0 1em 1em;
}