MediaWiki:DataMaps.css: Difference between revisions

From Verra Vip
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
 
Line 6: Line 6:
   min-height: 750px;
   min-height: 750px;
   background: #000;
   background: #000;
}
.mw-body {
  color: #000;
  direction: ltr;
}
}

Latest revision as of 23:42, 19 November 2024

/* Map Background */

.ext-datamaps-container-content .ext-datamaps-container-leaflet {
  position: relative;
  height: 70vh;
  min-height: 750px;
  background: #000;
}