Merge pull request #4106 from murrant/availibilty-shadows

Availability map: shadow
This commit is contained in:
Neil Lathwood
2016-08-18 21:47:09 +01:00
committed by GitHub

View File

@@ -1969,7 +1969,7 @@ label {
}
.label-font-border {
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
font-size: 10px;
}