diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2014-04-13 12:00:06 +0200 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2014-04-13 12:00:06 +0200 |
commit | 38af788a65bcb18e644ae63f83410710c80ae97b (patch) | |
tree | 6662ead3c68fa147d23f17cfea4c5a527139117d /css | |
parent | 3b111a1cd4cd8fe4a7bd27f70ea270e09a0073ce (diff) | |
download | fosdem-2018-presentation-38af788a65bcb18e644ae63f83410710c80ae97b.tar fosdem-2018-presentation-38af788a65bcb18e644ae63f83410710c80ae97b.tar.gz |
fix css syntax 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 8022b1e..806d064 100644 --- a/css/reveal.css +++ b/css/reveal.css @@ -687,7 +687,7 @@ body { * Aliased 'linear' for backwards compatibility *********************************************/ -.reveal.slide section. +.reveal.slide section, .reveal.linear section { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; |