
16 Apr
2017
16 Apr
'17
4:46 p.m.
commit 39f91205a5ba21fd364ffc10620e81b93dfb8069 Author: cypherpunks <cypherpunks@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 {