From 31cc451fd44e38e608b3377842a9d79ae94427e8 Mon Sep 17 00:00:00 2001 From: "James B. Pollack" Date: Fri, 16 Oct 2015 16:42:29 -0700 Subject: [PATCH] css cleanup --- examples/html/style.css | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/examples/html/style.css b/examples/html/style.css index 98a3e8bd6e..5b794cbfec 100644 --- a/examples/html/style.css +++ b/examples/html/style.css @@ -344,18 +344,16 @@ input#property-name { border: 1px solid white; } -.prop-x{ - color:red !important; - background: rgba(255, 0, 0, .9); - height:2px !important; - +.prop-x { + color:red !important; + background: rgba(255, 0, 0, .9); + height:2px !important; } -.prop-y{ +.prop-y { color:green !important; background: rgba(0, 255, 0, .9); height:2px !important; - } .prop-z{