diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2012-01-02 23:57:53 -0800 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2012-01-02 23:57:53 -0800 |
commit | 4805234a41d0019096dcd9e70e3d6cfdafbb6b9b (patch) | |
tree | edf6cb2fbe804a39a9d19af88086c07ec59e9845 /css/main.css | |
parent | 02f783b68d4f3592313b0825c48a47526761b2c3 (diff) | |
download | fosdem-2018-presentation-4805234a41d0019096dcd9e70e3d6cfdafbb6b9b.tar fosdem-2018-presentation-4805234a41d0019096dcd9e70e3d6cfdafbb6b9b.tar.gz |
slightly reduced size of progress bar
Diffstat (limited to 'css/main.css')
-rw-r--r-- | css/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/main.css b/css/main.css index da48245..2a6b9db 100644 --- a/css/main.css +++ b/css/main.css @@ -313,7 +313,7 @@ html { #reveal .progress { position: fixed; display: none; - height: 4px; + height: 3px; width: 100%; bottom: 0; left: 0; |