diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2018-05-30 19:26:45 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2018-05-30 19:26:45 +0200 |
commit | b1260186489dd55a07f31237dbf6bd51e0040508 (patch) | |
tree | 8038c4dceb5bce574b7e172ed2561cc367be2f7c /ui/default/s5-core.css | |
parent | bdaafabc6c7cdd935a812e45e3e3b773b1fe0b3b (diff) | |
download | PyCon18-m2crypto-b1260186489dd55a07f31237dbf6bd51e0040508.tar.gz |
Add Makefile
Diffstat (limited to 'ui/default/s5-core.css')
-rw-r--r-- | ui/default/s5-core.css | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/ui/default/s5-core.css b/ui/default/s5-core.css deleted file mode 100644 index 6965f5e..0000000 --- a/ui/default/s5-core.css +++ /dev/null @@ -1,11 +0,0 @@ -/* This file has been placed in the public domain. */ -/* Do not edit or override these styles! - The system will likely break if you do. */ - -div#header, div#footer, div#controls, .slide {position: absolute;} -html>body div#header, html>body div#footer, - html>body div#controls, html>body .slide {position: fixed;} -.handout {display: none;} -.layout {display: block;} -.slide, .hideme, .incremental {visibility: hidden;} -#slide0 {visibility: visible;} |