X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/3acd63cd7a65a4a3f02d4df2b2714a1d0a04b6df..3eac3cd6e2313e7f9085d2c455b87b32731cc3f1:/public/potlatch2/stylesheets/core_relations.css diff --git a/public/potlatch2/stylesheets/core_relations.css b/public/potlatch2/stylesheets/core_relations.css index 7756abe64..a2d5a7437 100644 --- a/public/potlatch2/stylesheets/core_relations.css +++ b/public/potlatch2/stylesheets/core_relations.css @@ -4,4 +4,5 @@ relation[type=route] way::route { z-index: 1; width: 13; color: blue; opacity: 0 relation[type=route][route=bicycle][network=ncn] way::route { z-index: 1; width: 12; color: red; opacity: 0.3; } relation[type=route][route=bicycle][network=rcn] way::route { z-index: 1; width: 12; color: cyan; opacity: 0.3; } relation[type=route][route=bicycle][network=lcn] way::route { z-index: 1; width: 12; color: blue; opacity: 0.3; } +relation[type=route][route=mtb] way::route { z-index: 1; width: 12; color: brown; opacity: 0.3; } relation[type=route][route=foot] way::route { z-index: 1; width: 10; color: #80ff80; opacity: 0.6; }