spinning?

This commit is contained in:
Kasper Rynning-Tønnesen
2015-02-13 01:41:06 +01:00
parent 2e3b2f4d4e
commit 4ad797554c
3 changed files with 13 additions and 5 deletions

View File

@@ -514,7 +514,11 @@ input[type="radio"] {
}
#zicon {
width:15%
width:15%;
-moz-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.fchan {