[openstreetmap-website] Relation display - member object type doesn't line up (#590)

Tom Hughes notifications at github.com
Mon Dec 2 11:19:19 UTC 2013


This can be fixed fairly easily, with the following CSS rule:

```css
.node, .way, .relation {
  margin-left: 25px;
}

Probably replacing the current rule which tries to add a 25 pixel wide inline block there, which I suspect is no longer working in the new layout.

The unfortunate side effect is that it will cause them all to indent even when none of them have an icon (common with ways, but not with relations).
```

---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/590#issuecomment-29610340
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20131202/1213d303/attachment.html>


More information about the rails-dev mailing list