Skip to content

Commit

Permalink
Fixed footer alignment.
Browse files Browse the repository at this point in the history
  • Loading branch information
passiomatic committed Jul 6, 2014
1 parent 7e0d656 commit c89b974
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 3,317 deletions.
3 changes: 0 additions & 3 deletions coldsweat/templates/fever.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
<h1>Fever Endpoint</h1>
<p>You should use the address of this page to configure your Fever client.
</p>
<div>
<a class="btn" href="{{application_url}}/guide">Configure your feed reader</a>
</div>
</article>
</section>

Expand Down
6 changes: 5 additions & 1 deletion coldsweat/templates/index.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{{inherit "site.html"}}

{{def container_block}}
<section class="panel">
<section class="panel">
{{self.panel_block}}
<footer role="contentinfo">
<div class="dim">Coldsweat&ensp;<i title="Loves" class="fa fa-heart"></i>&ensp;Your Feeds&ensp;&middot;&ensp;<a data-remote-modal href="{{application_url}}/cheatsheet">Cheatsheet</a>
</div>
</footer>
</section>

<nav role="navigation">
Expand Down
10 changes: 3 additions & 7 deletions coldsweat/templates/site.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<!doctype html>
<!--
Coldsweat {{version_string}} — http://lab.passiomatic.com/coldsweat/
Coldsweat {{version_string}}
http://lab.passiomatic.com/coldsweat/
Copyright (c) 2013–2014 Andrea Peltrin
-->
<!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]-->
Expand Down Expand Up @@ -33,12 +35,6 @@
<div class="container">
{{alert_message|alert}}
{{self.container_block}}
<footer role="contentinfo">
<div class="payoff">Coldsweat&ensp;<i title="Loves" class="fa fa-heart"></i>&ensp;Your Feeds</div>
<div class="credits dim">
&copy; 2013&ndash;2014 <a target="_blank" href="http://passiomatic.com/">Andrea Peltrin</a><!-- &emsp;<a href="{{application_url}}/guide">Configure Your Feed Reader</a> -->&emsp;<a data-remote-modal href="{{application_url}}/cheatsheet">Cheatsheet</a>
</div>
</footer>
</div><!-- container -->

<script>
Expand Down
Loading

0 comments on commit c89b974

Please sign in to comment.