[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [snowflake/master] '//' is not a CSS comment.



commit 9545be1c9f983d1136d789c1761ff58955b22367
Author: David Fifield <david@xxxxxxxxxxxxxxx>
Date:   Tue Dec 4 15:45:07 2018 -0700

    '//' is not a CSS comment.
    
    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 3a1cdb9..4b42bae 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 {

_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits