aboutsummaryrefslogtreecommitdiffhomepage
path: root/css/theme/simple.css
diff options
context:
space:
mode:
authoruriel2013-10-31 00:49:07 +0200
committeruriel2013-10-31 00:49:07 +0200
commitdda885b71abcf0ecc753bcda3e639f6aea352632 (patch)
tree2d68945c5c9a8facaaad184bfe86333a185254dd /css/theme/simple.css
parent7b63cda19d0811073a6246d4d36ea7438fed6bce (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/simple.css')
-rw-r--r--css/theme/simple.css10
1 files changed, 7 insertions, 3 deletions
diff --git a/css/theme/simple.css b/css/theme/simple.css
index b74d809..c6a1294 100644
--- a/css/theme/simple.css
+++ b/css/theme/simple.css
@@ -105,9 +105,6 @@ body {
.reveal .controls div.navigate-down.enabled {
border-top-color: darkblue; }
-.reveal .controls .slide-number {
- color: darkblue;
-}
.reveal .controls div.navigate-left.enabled:hover {
border-right-color: #0000f1; }
@@ -121,6 +118,13 @@ body {
border-top-color: #0000f1; }
/*********************************************
+ * SLIDE NUMBER
+ *********************************************/
+.reveal .slide-number {
+ color: darkblue;
+}
+
+/*********************************************
* PROGRESS BAR
*********************************************/
.reveal .progress {