From 084d1468cb383a9e9933124e74b8eb317b390284 Mon Sep 17 00:00:00 2001 From: Caged Date: Wed, 27 Jul 2011 13:09:03 -0700 Subject: [PATCH] Arson is violent --- db/data/offenses.json | 4 ++-- public/stylesheets/data.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/db/data/offenses.json b/db/data/offenses.json index 86efffb..92ffacf 100644 --- a/db/data/offenses.json +++ b/db/data/offenses.json @@ -2,9 +2,9 @@ { "desc":"Any willful burning or attempt to burn a building, motor vehicle, aircraft, or personal property of another.", "name":"Arson", - "type": "Non-Violent", + "type": "Violent", "order": 0, - "group_order": 1 + "group_order": 0 }, { "desc":"An attack by one person upon another for the purpose of inflicting severe injury. This type of assault usually is accompanied by the use of a weapon or by means likely to produce death or injury.", diff --git a/public/stylesheets/data.css b/public/stylesheets/data.css index 365d3e6..19f7213 100644 --- a/public/stylesheets/data.css +++ b/public/stylesheets/data.css @@ -116,6 +116,7 @@ text { .circle.ro, .circle.we, .circle.ki, +.circle.ar, .circle.ho { fill: #d7141b; stroke: #a71015; @@ -131,7 +132,6 @@ text { .circle.st, .circle.ru, .circle.cu, -.circle.ar, .circle.of { fill: #366fd7; stroke: #264e96;