mirror of
https://github.com/gryf/.vim.git
synced 2025-12-18 12:00:30 +01:00
8 lines
207 B
CSS
8 lines
207 B
CSS
/* 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;}
|