hide progress by default
authorHakim El Hattab <hakim.elhattab@gmail.com>
Thu, 22 Dec 2011 08:03:52 +0000 (00:03 -0800)
committerHakim El Hattab <hakim.elhattab@gmail.com>
Thu, 22 Dec 2011 08:03:52 +0000 (00:03 -0800)
css/main.css

index 18a9887bde4a68e535d154135d6f0689454ff0e9..25a45a6dea24c691d7759d8f30dda2b2d2deb470 100644 (file)
@@ -461,6 +461,7 @@ progress::-webkit-progress-value {
 
 progress {
        position: absolute;
+       display: none;
        height: 4px;
        width: 100%;
        bottom: 0;