1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-09-01 02:32:54 +02:00

slide numbers work in pdf exports, update slide number style

This commit is contained in:
Hakim El Hattab
2015-10-29 11:59:26 +01:00
parent 0198d74391
commit 0e779edb20
16 changed files with 67 additions and 86 deletions

View File

@@ -329,11 +329,14 @@ html:-moz-full-screen-ancestor {
.reveal .slide-number {
position: fixed;
display: block;
right: 15px;
bottom: 15px;
right: 8px;
bottom: 8px;
opacity: 0.5;
z-index: 31;
font-size: 12px;
color: #fff;
background-color: rgba( 0, 0, 0, 0.6 );
padding: 5px;
}
.reveal .slide-number-delimiter {