0

Remove broken marker centreing code

Apparently, having an image's origin be in the center is too
advanced of a concept for The Web™. I guess we can't do this then.
This commit is contained in:
Nicolas F
2018-05-09 16:22:21 +02:00
parent 6fbced79bf
commit a129274aa1
2 changed files with 2 additions and 10 deletions

View File

@@ -173,9 +173,3 @@ div.worldcontrol select {
padding: 0 5px;
color: #333;
}
.custom-icon {
position:relative;
left:-50%;
top:-50%;
}