foundation for playback component

This commit is contained in:
Hakim El Hattab
2013-10-13 13:02:50 -04:00
parent e14f5a95da
commit 9fa1382508
4 changed files with 135 additions and 3 deletions

View File

@ -1551,6 +1551,19 @@ body {
}
/*********************************************
* PLAYBACK COMPONENT
*********************************************/
.reveal .playback {
position: fixed;
left: 15px;
bottom: 15px;
z-index: 30;
}
/*********************************************
* ROLLING LINKS
*********************************************/

2
css/reveal.min.css vendored

File diff suppressed because one or more lines are too long