From fea6b4d4bfef05e9918d41946dd17c807bfeaade Mon Sep 17 00:00:00 2001 From: jlukic Date: Mon, 6 Jan 2014 17:13:43 -0500 Subject: [PATCH] Fixes #486 issue with progres bars in docs --- server/files/stylesheets/semantic.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/files/stylesheets/semantic.css b/server/files/stylesheets/semantic.css index ea8287e09..805ffb86d 100755 --- a/server/files/stylesheets/semantic.css +++ b/server/files/stylesheets/semantic.css @@ -1198,6 +1198,8 @@ body.guide .main.container > * { body.progress .ui.progress .bar { -webkit-animation: finish 10s ease-in-out infinite; -moz-animation: finish 10s ease-in-out infinite; + -ms-animation: finish 10s ease-in-out infinite; + animation: finish 10s ease-in-out infinite; } @-webkit-keyframes finish {