feature(img) spinner: add svg

This commit is contained in:
coderaiser 2014-03-26 14:47:23 -04:00
parent 5c27536155
commit 1b3d7b6e2e
3 changed files with 87 additions and 18 deletions

View file

@ -103,6 +103,13 @@ body {
width : 16px;
height : 16px;
vertical-align : top;
}
.loading-svg {
background : url(/img/spinner.svg);
}
.loading-gif {
background : url(/img/spinner.gif);
}