diff options
author | uriel | 2013-10-31 00:49:07 +0200 |
---|---|---|
committer | uriel | 2013-10-31 00:49:07 +0200 |
commit | dda885b71abcf0ecc753bcda3e639f6aea352632 (patch) | |
tree | 2d68945c5c9a8facaaad184bfe86333a185254dd /css/theme/sky.css | |
parent | 7b63cda19d0811073a6246d4d36ea7438fed6bce (diff) |
move the slide-number out of the controls to a proper position and little fix to the updating event.
Diffstat (limited to 'css/theme/sky.css')
-rw-r--r-- | css/theme/sky.css | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/css/theme/sky.css b/css/theme/sky.css index eee7b08..983def2 100644 --- a/css/theme/sky.css +++ b/css/theme/sky.css @@ -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; } @@ -128,6 +125,13 @@ body { border-top-color: #74a7cb; } /********************************************* + * SLIDE NUMBER + *********************************************/ +.reveal .slide-number { + color: #3b759e; +} + +/********************************************* * PROGRESS BAR *********************************************/ .reveal .progress { |