Skip to content

Commit

Permalink
Added note on CSS.
Browse files Browse the repository at this point in the history
  • Loading branch information
regebro committed Dec 4, 2014
1 parent 64b3c75 commit 9f42d5d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,13 @@ adding a <div class="notes">The notes go here</div> to any
step/slide that you want to have notes. The contents of that <div>
will be picked up by the console.

You will also need to hide these notes with CSS in the main presentation.
You can for example include the following rule in your CSS::

.step .notes {
display: none;
}


Navigation
==========
Expand Down

0 comments on commit 9f42d5d

Please sign in to comment.