slideshow 0.7.4 → 0.7.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -25,3 +25,7 @@ div#header, div#footer { color: silver; }
25
25
  #currentSlide { color: silver;}
26
26
 
27
27
  #controls #navLinks a { color: silver; }
28
+
29
+ .step { color: gray; }
30
+ /* or hide next steps e.g. .step { visibility: hidden; } */
31
+ .stepcurrent { color: yellow; }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: slideshow
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.4
4
+ version: 0.7.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gerald Bauer
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-02-06 00:00:00 +01:00
12
+ date: 2009-02-19 00:00:00 +01:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -86,6 +86,7 @@ files:
86
86
  - lib/templates/s6/jquery.js
87
87
  - lib/templates/s6/outline.css
88
88
  - lib/templates/s6/print.css
89
+ - lib/templates/s6/slides.core.js
89
90
  - lib/templates/s6/slides.css
90
91
  - lib/templates/s6/slides.js
91
92
  - lib/templates/s6/style.css.erb