diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2011-12-22 00:03:52 -0800 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2011-12-22 00:03:52 -0800 |
commit | 4a4ffd518eff701542e6879edc9144c749705383 (patch) | |
tree | ddf46f84f45025eae9b19aa8c7c20d52f3847e23 /css | |
parent | bdff009c74dec78c012b0d8c3961bb70639404c2 (diff) | |
download | perl-software-in-gnu-guix-4a4ffd518eff701542e6879edc9144c749705383.tar perl-software-in-gnu-guix-4a4ffd518eff701542e6879edc9144c749705383.tar.gz |
hide progress by default
Diffstat (limited to 'css')
-rw-r--r-- | css/main.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/css/main.css b/css/main.css index 18a9887..25a45a6 100644 --- a/css/main.css +++ b/css/main.css @@ -461,6 +461,7 @@ progress::-webkit-progress-value { progress { position: absolute; + display: none; height: 4px; width: 100%; bottom: 0; |