remove border from notes contain when printing on separate page
This commit is contained in:
parent
955075bfc4
commit
522db9513c
1 changed files with 1 additions and 0 deletions
|
@ -167,6 +167,7 @@ ul, ol, div, p {
|
|||
background-color: transparent;
|
||||
padding: 20px;
|
||||
page-break-after: always;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
/* Display slide numbers when 'slideNumber' is enabled */
|
||||
|
|
Loading…
Reference in a new issue