Skip to content

Commit

Permalink
preload small css fix
Browse files Browse the repository at this point in the history
  • Loading branch information
renatopp committed Oct 12, 2015
1 parent b347f4d commit a56ad6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/assets/css/preload.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ html, body {
padding: 0px;
margin: 0px;
overflow: hidden;
line-height: 1.42857143;
}

.preloading {
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@
<script>preloadProgress('Loading templates...');</script>
<script type="text/javascript" src="js/templates.min.js"></script>

<script>preloadProgress('Starting application...');</script>
<script>preloadProgress('Starting application... Have Fun!');</script>
<script>startApp();</script>

0 comments on commit a56ad6b

Please sign in to comment.