Browse Source

Fixes #486 issue with progres bars in docs

pull/524/head
jlukic 10 years ago
parent
commit
fea6b4d4bf
1 changed files with 2 additions and 0 deletions
  1. 2
      server/files/stylesheets/semantic.css

2
server/files/stylesheets/semantic.css

@ -1198,6 +1198,8 @@ body.guide .main.container > * {
body.progress .ui.progress .bar { body.progress .ui.progress .bar {
-webkit-animation: finish 10s ease-in-out infinite; -webkit-animation: finish 10s ease-in-out infinite;
-moz-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 { @-webkit-keyframes finish {

Loading…
Cancel
Save