opera.css 207 B

12345678
  1. /* DO NOT CHANGE THESE unless you really want to break Opera Show */
  2. .slide {
  3. visibility: visible !important;
  4. position: static !important;
  5. page-break-before: always;
  6. }
  7. #slide0 {page-break-before: avoid;}