Indent relations as well as nodes and ways

This commit is contained in:
Dan Karran 2010-07-11 17:13:01 +02:00 committed by Tom Hughes
parent 122fab7066
commit dd2ff7e2da

View file

@ -1,5 +1,6 @@
.node { padding-left: 25px; } .node { padding-left: 25px; }
.way { padding-left: 25px; } .way { padding-left: 25px; }
.relation { padding-left: 25px; }
.deleted { text-decoration: line-through; } .deleted { text-decoration: line-through; }