From a9dc7c68937b9c75e6db91cfc520f70d3fbe2c5f Mon Sep 17 00:00:00 2001 From: Ben Davis Date: Wed, 26 Oct 2016 21:10:37 -0500 Subject: [PATCH] Fixed syntax errors * Typo on line 161 (semi-colon instead of colon) * Missing semi-colon on lines 388 & 389 --- css/droplet.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/droplet.css b/css/droplet.css index f8796517..4be90570 100644 --- a/css/droplet.css +++ b/css/droplet.css @@ -158,7 +158,7 @@ z-index: 10; } .droplet-main-scroller-intermediary { - z-index; 10; + z-index: 10; min-width: 100%; min-height: 100%; } @@ -385,6 +385,6 @@ text { opacity: 1; } .droplet-socket-selected { - fill: '#88F' - stroke: '#88F' + fill: '#88F'; + stroke: '#88F'; }