Remove clear functions from white and black
This commit is contained in:
parent
22b9a8e018
commit
b652f3499f
|
@ -128,7 +128,7 @@ You can hide number manually:
|
||||||
</style>
|
</style>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
Some slide type `clear` could also hide slide number.
|
Slide type `clear` could also hide slide number.
|
||||||
|
|
||||||
### Types
|
### Types
|
||||||
|
|
||||||
|
@ -136,22 +136,24 @@ Types are changing slide’s look. You can set type by adding class to the main
|
||||||
|
|
||||||
#### White
|
#### White
|
||||||
|
|
||||||
White type set white background and turns off slide number. Use it when you need a white slide.
|
White type sets white background.
|
||||||
|
|
||||||
<section class="slide white">
|
<section class="slide white">
|
||||||
|
|
||||||
#### Black
|
#### Black
|
||||||
|
|
||||||
Black type set black background and turns off slide number. Use it when you need a black slide.
|
Black type sets black background.
|
||||||
|
|
||||||
<section class="slide black">
|
<section class="slide black">
|
||||||
|
|
||||||
Please note that black slide type doesn’t change text color.
|
Please note that black slide type doesn’t change text color. Make sure you
|
||||||
|
|
||||||
#### Clear
|
#### Clear
|
||||||
|
|
||||||
Clear type turns off slide number. Use it when you need a pure slide. May be mixed with `white` or `black` type.
|
Clear type turns off slide number. Use it when you need a pure slide. May be mixed with `white` or `black` type.
|
||||||
|
|
||||||
|
<section class="slide clear">
|
||||||
|
|
||||||
#### Grid
|
#### Grid
|
||||||
|
|
||||||
Grid set a background with two guide types: main magenta guides and additional cyan guides, setting margins, rows and columns.
|
Grid set a background with two guide types: main magenta guides and additional cyan guides, setting margins, rows and columns.
|
||||||
|
|
Loading…
Reference in New Issue