diff options
author | Peter Grassberger <petertheone@gmail.com> | 2016-09-01 13:03:12 (GMT) |
---|---|---|
committer | Peter Grassberger <petertheone@gmail.com> | 2016-09-01 13:03:12 (GMT) |
commit | 26e5caf23fd968217516a691a898dcb205244c3b (patch) | |
tree | 077ea70664c44847bdd727bffa87bf5908f7595f /www/styles | |
parent | b77ac81d6f354d602a3b97c29f94c883032956ea (diff) |
remove progress-bar inline style
Diffstat (limited to 'www/styles')
-rw-r--r-- | www/styles/main-style.css | 1 |
1 files changed, 1 insertions, 0 deletions
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; |