From 083a8bb043c3ea0b0f52d5c0d3abe213624e1038 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 10 May 2013 09:24:12 +0100 Subject: [PATCH 1/1] Only leave space for icons on links with the node/way/relation class --- app/assets/stylesheets/browse.css.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.43.2