1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-13 10:04:45 +02:00

taking a stab at a presenter notes server

This commit is contained in:
Rebecca Murphey
2012-06-07 23:21:14 -04:00
parent 5d979fdf4a
commit 60f2eb9fb3
8 changed files with 214 additions and 2 deletions

View File

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