2 Commits

Author SHA1 Message Date
Daniel Rudolf
a958759cb1
Fix utils.slideUp() and utils.slideDown() in IE9
IE9 doesn't support sliding, but also doesn't support requestAnimationFrame(). Use setTimeout() with a delay of 16ms (1000ms / 60fps = 16.67ms) instead. This isn't optimal, but who cares about IE9... This is also true for IE8, even though we don't officially support it.
2017-12-11 14:56:50 +01:00
Daniel Rudolf
e81eafcd68
Extract default theme from picocms/Pico repo
This repo is a copy of the picocms/Pico repo (https://github.com/picocms/Pico) at commit 82a342ba445122182b898a2c1800f03c8d16f18c with rewritten history. Only commits which are relevant for the themes/default/ directory (82a342ba44/themes/default/) were preserved. The command used to create this repo can be found at http://stackoverflow.com/a/37037151.

Pico is licensed under the MIT License (82a342ba44/LICENSE.md).
2017-05-01 18:56:54 +02:00