diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/font/css/animation.css | 7 | ||||
| -rw-r--r-- | static/timeago.json | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/static/font/css/animation.css b/static/font/css/animation.css index ac5a9562..c8cfc252 100644 --- a/static/font/css/animation.css +++ b/static/font/css/animation.css @@ -8,6 +8,13 @@ animation: spin 2s infinite linear; display: inline-block; } +.animate-spin-slow { + -moz-animation: spin 4s infinite linear; + -o-animation: spin 4s infinite linear; + -webkit-animation: spin 4s infinite linear; + animation: spin 4s infinite linear; + display: inline-block; +} @-moz-keyframes spin { 0% { -moz-transform: rotate(0deg); diff --git a/static/timeago.json b/static/timeago.json index b6f669c2..073ece16 100644 --- a/static/timeago.json +++ b/static/timeago.json @@ -5,6 +5,6 @@ ["%sh", "%sh"], ["%sd", "%sd"], ["%sw", "%sw"], - ["%sm", "%sm"], + ["%smo", "%smo"], ["%sy", "%sy"] ] |
