Added slide numbers options and the css files updated as well.

the *.min.js didn't chaged yet.
This commit is contained in:
uriel
2013-10-30 22:12:21 +02:00
parent 9da2921b74
commit 7b63cda19d
10 changed files with 70 additions and 2 deletions

View File

@@ -391,6 +391,15 @@ body {
transition: all 0.2s ease;
}
.reveal .controls .slide-number {
font-size: 11px;
top: 10px;
left: -10px;
opacity: 0.5;
width: 45px;
text-align: center;
}
.reveal .controls div.enabled {
opacity: 0.7;
cursor: pointer;