Skip to content

Commit

Permalink
Adds covers text in footer #147
Browse files Browse the repository at this point in the history
  • Loading branch information
vaclavjanak committed Jun 11, 2019
1 parent e60576d commit 9b79e23
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ ul.paginator li.next a { margin-left: 10px; }
ul.paginator li span { margin: 0; padding: 2px 5px 2px; background: #2c7ac2; color: #fff; }

#disqus_thread { margin-top: 30px; }
#footer { position:absolute; width: 100%;bottom: 0;text-align:center;}
#footer { width: 100%;bottom: 0;text-align:center;}
#foot { margin: 0 auto; margin-top: 40px; padding: 16px 0; overflow: hidden; border-top: solid 1px #e7e7e7;max-width:990px; }
#mappage #foot { width: 100%; background: #fff; position: fixed; bottom: 0; left: 0; }
#foot p { margin: 3px 20px 0 35px; padding: 0; float: left; font-size: 12px;}
Expand Down
1 change: 0 additions & 1 deletion templates/about.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@
</div>
</div>
<div id="spacer"><p></p></div>
<script type="text/javascript">home_init();</script>
<div id="footer">
Expand Down
1 change: 0 additions & 1 deletion templates/detail.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,6 @@ dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
<noscript>Please enable JavaScript to view the <a href="//disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
</div>
<div id="spacer"><p></p></div>
<script type="text/javascript">detail_init();</script>
<div id="footer">
Expand Down
1 change: 0 additions & 1 deletion templates/error.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
</div>
</div>
<div id="spacer"><p></p></div>
<script type="text/javascript">home_init();</script>
<div id="footer">
Expand Down
1 change: 0 additions & 1 deletion templates/gsoc.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@
</div>
</div>
<div id="spacer"><p></p></div>
<div id="footer">
Expand Down
1 change: 0 additions & 1 deletion templates/index.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@
</div>
</div>
</div>
<div id="spacer"><p></p></div>
<script type="text/javascript">home_init();</script>
Expand Down
1 change: 0 additions & 1 deletion templates/results.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@
</div>
</div>
<div id="spacer"><p></p></div>
<div id="footer">
Expand Down

0 comments on commit 9b79e23

Please sign in to comment.