move the slide-number out of the controls to a proper position and little fix to the updating event.

This commit is contained in:
uriel
2013-10-31 00:49:07 +02:00
parent 7b63cda19d
commit dda885b71a
10 changed files with 98 additions and 69 deletions

View File

@ -112,9 +112,6 @@ body {
.reveal .controls div.navigate-down.enabled {
border-top-color: #3b759e; }
.reveal .controls .slide-number {
color: #3b759e;
}
.reveal .controls div.navigate-left.enabled:hover {
border-right-color: #74a7cb; }
@ -127,6 +124,13 @@ body {
.reveal .controls div.navigate-down.enabled:hover {
border-top-color: #74a7cb; }
/*********************************************
* SLIDE NUMBER
*********************************************/
.reveal .slide-number {
color: #3b759e;
}
/*********************************************
* PROGRESS BAR
*********************************************/