Add missing ::before to archaeological_site CSS rule

Fixes #1013
This commit is contained in:
Tom Hughes 2015-07-22 11:56:15 +01:00
parent 629ae62b73
commit e68b5db140

View file

@ -74,7 +74,7 @@
.highway.traffic_signals::before { content: image-url('browse/traffic_light.png'); }
.highway.turning_circle::before { content: image-url('browse/turning_circle.p.16.png'); }
.historic.archaeological_site { content: image-url('browse/historic_archaeological_site.16.png'); }
.historic.archaeological_site::before { content: image-url('browse/historic_archaeological_site.16.png'); }
.historic.castle::before { content: image-url('browse/tourist_castle.p.16.png'); }
.historic.memorial::before { content: image-url('browse/historic_memorial.16.png'); }
.historic.monument::before { content: image-url('browse/historic_monument.16.png'); }