From: Tom Hughes Date: Fri, 10 May 2013 08:24:12 +0000 (+0100) Subject: Only leave space for icons on links with the node/way/relation class X-Git-Tag: live~4985 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/083a8bb043c3ea0b0f52d5c0d3abe213624e1038 Only leave space for icons on links with the node/way/relation class --- diff --git a/app/assets/stylesheets/browse.css.scss b/app/assets/stylesheets/browse.css.scss index 14ea3b289..5d620d794 100644 --- a/app/assets/stylesheets/browse.css.scss +++ b/app/assets/stylesheets/browse.css.scss @@ -1,6 +1,6 @@ /* Make space for icons */ -.node, .way, .relation { +a.node, a.way, a.relation { padding-left: 25px; &:first-child {