Merge pull request #3703 from davidjpfeiffer/v3.0

Small style improvements to marker labels
This commit is contained in:
mikeprimm 2022-03-27 17:59:16 -05:00 committed by GitHub
commit 9597e248eb

View file

@ -905,15 +905,15 @@
color: #fff; color: #fff;
background: rgba(0,0,0,0.6); background: rgba(0,0,0,0.6);
padding: 2px; padding: 2px 6px;
-moz-border-radius: 3px; -moz-border-radius: 3px;
border-radius: 3px; border-radius: 3px;
} }
.dynmap .mapMarker .markerName16x16 { .dynmap .mapMarker .markerName16x16 {
top: -6px; top: -12px;
left: 10px; left: 12px;
} }
.dynmap .mapMarker .markerName8x8 { .dynmap .mapMarker .markerName8x8 {