Fix wobbling

This commit is contained in:
Sébastien ALFAIATE 2014-09-06 16:06:03 +02:00
parent 21fa5b25fe
commit 18f9bc9b05

View File

@ -40,6 +40,7 @@
-moz-animation: spin2 .8s infinite steps(1,end); -moz-animation: spin2 .8s infinite steps(1,end);
-o-animation: spin2 .8s infinite steps(1,end); -o-animation: spin2 .8s infinite steps(1,end);
animation: spin2 .8s infinite steps(1,end); animation: spin2 .8s infinite steps(1,end);
line-height: inherit;
} }
@-moz-keyframes spin2 { @-moz-keyframes spin2 {