/* Make space for icons */
-li.node::before,
-li.way::before,
-li.relation::before,
-a.node:first-child::before,
-a.way:first-child::before,
-a.relation:first-child::before {
- margin-left: -25px;
-}
-
.node::before,
.way::before,
.relation::before {
display: inline-block;
width: 25px;
+ margin-left: -25px;
+}
+
+.node, .way, .relation {
+ margin-left: 25px;
}
/* Deleted objects */