Added slide numbers options and the css files updated as well.
the *.min.js didn't chaged yet.
This commit is contained in:
parent
9da2921b74
commit
7b63cda19d
10 changed files with 70 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue