Skip to content

Commit

Permalink
Minor fix on preloading style
Browse files Browse the repository at this point in the history
  • Loading branch information
renatopp committed Oct 2, 2015
1 parent 15dac10 commit 19908bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions src/assets/css/preload.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ html, body {
.preloading-body-title {
font-size : 2.0em;
margin : 0px;
display : block;
}

.preloading-body-subtitle {
font-size : 0.9em;
opacity : 0.8;
display : block;
}
8 changes: 4 additions & 4 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
<div id="page-preload"class="preloading">
<div class="preloading-body">

<p class="preloading-body-title">
<span class="preloading-body-title">
<i class="fa fa-gear fa-spin"></i>
<strong>Behavior3</strong> Editor
</p>
<p class="preloading-body-subtitle">
</span>
<span class="preloading-body-subtitle">
Loading...
</p>
</span>

</div>
</div>
Expand Down

0 comments on commit 19908bb

Please sign in to comment.