diff options
| author | John MacFarlane <fiddlosopher@gmail.com> | 2012-12-29 18:14:09 -0800 |
|---|---|---|
| committer | John MacFarlane <fiddlosopher@gmail.com> | 2012-12-29 18:14:29 -0800 |
| commit | 2f984b607469ea8228ea6c1aa2c52aec5845faa3 (patch) | |
| tree | 17cd3be4871a1840cd91c45b309efcc81d1c1d89 /data/s5/default/opera.css | |
| parent | 1864bb0994cc70b99ea8207b3a22438c343348c0 (diff) | |
Moved all data files and templates to data/.
Diffstat (limited to 'data/s5/default/opera.css')
| -rw-r--r-- | data/s5/default/opera.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/data/s5/default/opera.css b/data/s5/default/opera.css new file mode 100644 index 000000000..9e9d2a3c5 --- /dev/null +++ b/data/s5/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;} |
