all repos — website @ a117d08a718053e2efcf9a983d54f926c04db3b2

My website

static/talks/fp-js/ui/default/opera.css (view raw)

1
2
3
4
5
6
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;}