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 */