]> git.openstreetmap.org Git - rails.git/commitdiff
Align "Way" in relation member list
authorJohn Firebaugh <john.firebaugh@gmail.com>
Mon, 2 Dec 2013 23:36:10 +0000 (15:36 -0800)
committerTom Hughes <tom@compton.nu>
Tue, 3 Dec 2013 00:05:43 +0000 (00:05 +0000)
Fixes #590

app/assets/stylesheets/browse.css.scss

index ff9dad9b4a5f2987018831b26dfda6ed55e680e1..0aa762a12c2150a3132aad594bc89117c149b98e 100644 (file)
@@ -5,6 +5,11 @@
 .relation::before {
   display: inline-block;
   width: 25px;
+  margin-left: -25px;
+}
+
+.node, .way, .relation {
+  margin-left: 25px;
 }
 
 /* Deleted objects */