Skip to content

Commit

Permalink
Changed loading icon, removed unused css
Browse files Browse the repository at this point in the history
  • Loading branch information
max-holland committed May 22, 2014
1 parent ae8f0ef commit 9abf7c7
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion assets/css/screen.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<section id="post-container" role='main' class="main-section">
<div class="grid-container grid-720">
<div class="loading-animation grid-100 mobile-grid-100">
<div class="progress"><div>Loading…</div></div>
<i class="fa fa-circle-o-notch fa-spin fa-5x"></i>
</div>

{{! Each post will be output using this markup }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "Peeves",
"version": "2.0.3"
"version": "2.0.3b"
}
2 changes: 1 addition & 1 deletion page-about.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<section id="post-container" role='main' class="main-section">
<div class="grid-container grid-720">
<div class="loading-animation grid-100 mobile-grid-100">
<div class="progress"><div>Loading…</div></div>
<i class="fa fa-circle-o-notch fa-spin fa-5x"></i>
</div>
<article class="post hide-post about-page-post" id="{{id}}">
<header>
Expand Down
2 changes: 1 addition & 1 deletion page.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<section id="post-container" role='main' class="main-section">
<div class="grid-container grid-720">
<div class="loading-animation grid-100 mobile-grid-100">
<div class="progress"><div>Loading…</div></div>
<i class="fa fa-circle-o-notch fa-spin fa-5x"></i>
</div>
<article class="post hide-post about-page-post static-page-post" id="{{id}}">
<header>
Expand Down
6 changes: 3 additions & 3 deletions post.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@

<section id="post-container" role='main' class="main-section">
<div class="grid-container grid-720">
<div class="loading-animation grid-100 mobile-grid-100">
<div class="progress"><div>Loading…</div></div>
</div>
<div class="loading-animation grid-100 mobile-grid-100">
<i class="fa fa-circle-o-notch fa-spin fa-5x"></i>
</div>

<article class="post hide-post post-page-post" id="{{id}}">
<section class="post-text" itemprop="articleBody text">
Expand Down
6 changes: 3 additions & 3 deletions tag.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
<section class="related-posts">
<small>Related posts</small>
</section>
<div class="loading-animation grid-100 mobile-grid-100">
<div class="progress"><div>Loading…</div></div>
</div>
<div class="loading-animation grid-100 mobile-grid-100">
<i class="fa fa-circle-o-notch fa-spin fa-5x"></i>
</div>

{{! Each post will be output using this markup }}
{{#foreach posts}}
Expand Down

0 comments on commit 9abf7c7

Please sign in to comment.