The first steps
This commit is contained in:
commit
7c86c5fc32
26 changed files with 1557 additions and 0 deletions
7
ui/default/opera.css
Normal file
7
ui/default/opera.css
Normal file
|
@ -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;}
|
Reference in a new issue