Skip to content

Commit

Permalink
closes #184: change border radius to 50%
Browse files Browse the repository at this point in the history
  • Loading branch information
chieffancypants committed Apr 27, 2015
1 parent a6e1a6b commit 2da2c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/loading-bar.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
border: solid 2px transparent;
border-top-color: #29d;
border-left-color: #29d;
border-radius: 10px;
border-radius: 50%;

-webkit-animation: loading-bar-spinner 400ms linear infinite;
-moz-animation: loading-bar-spinner 400ms linear infinite;
Expand Down

0 comments on commit 2da2c7a

Please sign in to comment.