Small issue, I ran into a small issue when I downloaded the kit with the Default CSS.
It looked like the div.timer was missing the "timer" word in the stylesheet. Can you make sure? It might confuse some people. My timer was originally messed up but I looked at the source code for your online example and the div.timer was there. In the stylesheet I downloaded it read div. and and for the timer hover read
div. hover span.pause,
span.pause.active {
opacity: 1 }
Small issue, I ran into a small issue when I downloaded the kit with the Default CSS.
It looked like the div.timer was missing the "timer" word in the stylesheet. Can you make sure? It might confuse some people. My timer was originally messed up but I looked at the source code for your online example and the div.timer was there. In the stylesheet I downloaded it read div. and and for the timer hover read div. hover span.pause, span.pause.active { opacity: 1 }
Just FYI.