diff options
Diffstat (limited to 'css/reveal.css')
-rw-r--r-- | css/reveal.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/css/reveal.css b/css/reveal.css index 53bd2ba..0cf0212 100644 --- a/css/reveal.css +++ b/css/reveal.css @@ -1551,6 +1551,19 @@ body { } + +/********************************************* + * PLAYBACK COMPONENT + *********************************************/ + +.reveal .playback { + position: fixed; + left: 15px; + bottom: 15px; + z-index: 30; +} + + /********************************************* * ROLLING LINKS *********************************************/ |