From e68b5db1404802c6a23b851a6b8daf51f4f952c7 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 22 Jul 2015 11:56:15 +0100 Subject: [PATCH 1/1] Add missing ::before to archaeological_site CSS rule Fixes #1013 --- app/assets/stylesheets/browse.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/browse.scss b/app/assets/stylesheets/browse.scss index f8e13a558..f2241b4cf 100644 --- a/app/assets/stylesheets/browse.scss +++ b/app/assets/stylesheets/browse.scss @@ -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'); } -- 2.39.5