Align "Way" in relation member list

Fixes #590
This commit is contained in:
John Firebaugh 2013-12-02 15:36:10 -08:00 committed by Tom Hughes
parent 880d53d62c
commit c32fec1768

View file

@ -5,6 +5,11 @@
.relation::before { .relation::before {
display: inline-block; display: inline-block;
width: 25px; width: 25px;
margin-left: -25px;
}
.node, .way, .relation {
margin-left: 25px;
} }
/* Deleted objects */ /* Deleted objects */