From: Dan Karran Date: Sun, 11 Jul 2010 15:13:01 +0000 (+0200) Subject: Indent relations as well as nodes and ways X-Git-Tag: live~6305^2~19 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/dd2ff7e2dabaf355b20c94dd4671ae41d38805b0 Indent relations as well as nodes and ways --- diff --git a/public/stylesheets/browse.css b/public/stylesheets/browse.css index 68bef6cc5..19d31d9c1 100644 --- a/public/stylesheets/browse.css +++ b/public/stylesheets/browse.css @@ -1,5 +1,6 @@ .node { padding-left: 25px; } .way { padding-left: 25px; } +.relation { padding-left: 25px; } .deleted { text-decoration: line-through; }