From 9545be1c9f983d1136d789c1761ff58955b22367 Mon Sep 17 00:00:00 2001
From: David Fifield <david@bamsoftware.com>
Date: Tue, 4 Dec 2018 15:45:07 -0700
Subject: [PATCH] '//' is not a CSS comment.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

I got the warning:
	Expected declaration but found ‘/’.  Skipped to next declaration.
---
 proxy/static/snowflake.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/proxy/static/snowflake.html b/proxy/static/snowflake.html
index 3a1cdb95..4b42bae2 100644
--- a/proxy/static/snowflake.html
+++ b/proxy/static/snowflake.html
@@ -61,7 +61,7 @@
     right: 0; top: 0;  height: 100%; width: 10%;
     background-color: #202; color: #f8f;
     font-variant: small-caps; font-size: 100%;
-    border: none; // box-shadow: 0 2px 5px #000;
+    border: none; /* box-shadow: 0 2px 5px #000; */
   }
   #send:hover { background-color: #636; }
   #status {
-- 
GitLab