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{