]> git.openstreetmap.org Git - rails.git/commitdiff
Only leave space for icons on links with the node/way/relation class
authorTom Hughes <tom@compton.nu>
Fri, 10 May 2013 08:24:12 +0000 (09:24 +0100)
committerTom Hughes <tom@compton.nu>
Fri, 10 May 2013 08:24:12 +0000 (09:24 +0100)
app/assets/stylesheets/browse.css.scss

index 14ea3b289ae9e4313008c853ba43277434ff4786..5d620d7941ecbb955df5cd8fe7e84f233bbbf186 100644 (file)
@@ -1,6 +1,6 @@
 /* Make space for icons */
 
-.node, .way, .relation { 
+a.node, a.way, a.relation { 
   padding-left: 25px;
 
   &:first-child {