From 26e5caf23fd968217516a691a898dcb205244c3b Mon Sep 17 00:00:00 2001 From: Peter Grassberger Date: Thu, 1 Sep 2016 15:03:12 +0200 Subject: remove progress-bar inline style diff --git a/www/index.html b/www/index.html index 9773747..933c72f 100644 --- a/www/index.html +++ b/www/index.html @@ -387,7 +387,7 @@ beginne... -
+
@@ -408,7 +408,7 @@ beginne... -
+
@@ -428,7 +428,7 @@ beginne... -
+
diff --git a/www/styles/main-style.css b/www/styles/main-style.css index 42a9efe..af38c79 100644 --- a/www/styles/main-style.css +++ b/www/styles/main-style.css @@ -46,6 +46,7 @@ body { } .progress-bar { + width: 0; -webkit-transition: width .2s ease !important; -o-transition: width .2s ease !important; transition: width .2s ease !important; -- cgit v0.10.2