From b652f3499fd1ed760ee2cc89cc3bfe61124766f1 Mon Sep 17 00:00:00 2001 From: Vadim Makeev Date: Thu, 25 Jan 2018 00:34:37 +0300 Subject: [PATCH] Remove clear functions from white and black --- docs/features.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/features.md b/docs/features.md index 34cf6c3..371608f 100644 --- a/docs/features.md +++ b/docs/features.md @@ -128,7 +128,7 @@ You can hide number manually: -Some slide type `clear` could also hide slide number. +Slide type `clear` could also hide slide number. ### Types @@ -136,22 +136,24 @@ Types are changing slide’s look. You can set type by adding class to the main #### White -White type set white background and turns off slide number. Use it when you need a white slide. +White type sets white background.
#### Black -Black type set black background and turns off slide number. Use it when you need a black slide. +Black type sets black background.
-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 type turns off slide number. Use it when you need a pure slide. May be mixed with `white` or `black` type. +
+ #### Grid Grid set a background with two guide types: main magenta guides and additional cyan guides, setting margins, rows and columns.