From 10ece546f47cd721285f8c9d58db4466d0e88a29 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Thu, 3 Jan 2019 18:45:21 -0500 Subject: [PATCH] Give missing maxspeed its own marker color style There are a lot of these --- css/65_data.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/css/65_data.css b/css/65_data.css index 42905af5c..1ee9b1cd2 100644 --- a/css/65_data.css +++ b/css/65_data.css @@ -88,7 +88,6 @@ .kr_error_type_110, /* poi without name */ .kr_error_type_150, /* railway crossing without tag */ .kr_error_type_220, /* misspelled tag */ -.kr_error_type_300, /* missing maxspeed */ .kr_error_type_380, /* non-physical sport tag */ .kr_error_type_390 { /* missing tracktype */ color: #5d0; @@ -124,6 +123,10 @@ color: #ace; } +.kr_error_type_300 { /* missing maxspeed */ + color: #090; +} + .kr_error_type_360, /* language unknown */ .kr_error_type_370, /* doubled places */ .kr_error_type_410 { /* website issues */