about summary refs log tree commit diff stats
path: root/static/talks/fp-js/ui/default/opera.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/talks/fp-js/ui/default/opera.css')
-rw-r--r--static/talks/fp-js/ui/default/opera.css7
1 files changed, 7 insertions, 0 deletions
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;}