From e5cb8f1ef60c36d29d66bf8dbb25365423b9b3c8 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 24 Oct 2017 12:04:46 +0200 Subject: Add fp-js talk --- static/talks/fp-js/ui/default/opera.css | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 static/talks/fp-js/ui/default/opera.css (limited to 'static/talks/fp-js/ui/default/opera.css') diff --git a/static/talks/fp-js/ui/default/opera.css b/static/talks/fp-js/ui/default/opera.css new file mode 100644 index 0000000..9e9d2a3 --- /dev/null +++ b/static/talks/fp-js/ui/default/opera.css @@ -0,0 +1,7 @@ +/* DO NOT CHANGE THESE unless you really want to break Opera Show */ +.slide { + visibility: visible !important; + position: static !important; + page-break-before: always; +} +#slide0 {page-break-before: avoid;} -- cgit 1.4.1