Skip to content

Commit

Permalink
Fix the welcome demo since CodeByZach@f08ecac @zackbloom
Browse files Browse the repository at this point in the history
  • Loading branch information
adamschwartz committed Sep 5, 2014
1 parent 3ed3e67 commit f8f9ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/welcome/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ <h2>Themes</h2>
doc.open();
doc.write('' +
'<div class="pace">' +
'<div class="pace-progress" data-progress="50" data-progress-text="50%" style="width: 50%;">' +
'<div class="pace-progress" data-progress="50" data-progress-text="50%" style="-webkit-transform: translate3d(50%, 0px, 0px); -ms-transform: translate3d(50%, 0px, 0px); transform: translate3d(50%, 0px, 0px);">' +
'<div class="pace-progress-inner"></div>' +
'</div>' +
'<div class="pace-activity"></div>' +
Expand Down

0 comments on commit f8f9ef7

Please sign in to comment.