Skip to content

Commit

Permalink
fix refreshing position
Browse files Browse the repository at this point in the history
  • Loading branch information
John W. Long committed Oct 3, 2013
1 parent f994d66 commit 333c7bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions css/spinner/refreshing.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
color: transparent;
display: inline-block;
font-size: 10px;
line-height: 1.2;
width: 3em;
height: 3em;
text-indent: 100%;
Expand Down
1 change: 1 addition & 0 deletions css/spinners.css
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@
color: transparent;
display: inline-block;
font-size: 10px;
line-height: 1.2;
width: 3em;
height: 3em;
text-indent: 100%;
Expand Down
1 change: 1 addition & 0 deletions sass/spinner/refreshing.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ $refreshing-color: #9ac;
color: transparent;
display: inline-block;
font-size: 10px;
line-height: 1.2;
width: 3em;
height: 3em;
text-indent: 100%;
Expand Down

0 comments on commit 333c7bd

Please sign in to comment.