MediaWiki:Common.less/leaflet.less: Difference between revisions
MediaWiki:Common.less/leaflet.less (view source)
Revision as of 21:56, 14 December 2024
, Yesterday at 21:56Revert 70% to contain
(clear:right the map, and also make the background not perfectly black so we know the image is still loading) |
(Revert 70% to contain) |
||
Line 90:
.generate-map-icon-rules(@classname, @color, @image, @shape) {
.leaflet-marker-icon-icon-@{classname} {
background: @@color url('/images/@{image}_small_icon.png') no-repeat center /
border-radius: @shape;
}
|