diff options
author | RyDroid <rydroid_dev@yahoo.com> | 2013-12-19 19:25:35 +0100 |
---|---|---|
committer | RyDroid <rydroid_dev@yahoo.com> | 2013-12-19 19:25:35 +0100 |
commit | bde5907a1944ce6bdfe7e5ffda40b5d5eb6ecc43 (patch) | |
tree | 8efa7fc9552f0b7532ff7ed4b74b6716906ae160 /css | |
parent | 8b8cc607d4e02ca51c4256175b9cc861f75b70e3 (diff) | |
download | fosdem-2018-presentation-bde5907a1944ce6bdfe7e5ffda40b5d5eb6ecc43.tar fosdem-2018-presentation-bde5907a1944ce6bdfe7e5ffda40b5d5eb6ecc43.tar.gz |
Update reveal.css
Correction of a small error
Diffstat (limited to 'css')
-rw-r--r-- | css/reveal.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/reveal.css b/css/reveal.css index bdcd820..e1985bf 100644 --- a/css/reveal.css +++ b/css/reveal.css @@ -479,7 +479,7 @@ body { } .reveal .progress:after { content: ''; - display: 'block'; + display: block; position: absolute; height: 20px; width: 100%; |