Merge branch 'presenter_notes_server' of https://github.com/rmurphey/reveal.js into notes

This commit is contained in:
Hakim El Hattab
2012-07-01 01:57:23 -04:00
8 changed files with 223 additions and 2 deletions

View File

@ -951,6 +951,10 @@ body {
background: rgba( 0, 0, 0, 0.6 );
}
/*********************************************
* SPEAKER NOTES
*********************************************/
.reveal aside.notes {
display: none;
}