[tor-commits] [atlas/master] Hide the progress bar by default

irl at torproject.org irl at torproject.org
Sun Apr 16 16:46:52 UTC 2017


commit 39f91205a5ba21fd364ffc10620e81b93dfb8069
Author: cypherpunks <cypherpunks at torproject.org>
Date:   Sun Apr 16 15:24:08 2017 +0000

    Hide the progress bar by default
    
    Closes #21955.
---
 css/style.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/css/style.css b/css/style.css
index f368dbc..e4a7f07 100644
--- a/css/style.css
+++ b/css/style.css
@@ -41,6 +41,7 @@
 .progress {
     width: 50%;
     margin: 100px auto;
+    display: none;
 }
 
 .progress .bar {



More information about the tor-commits mailing list