Skip to content

Commit

Permalink
Merge pull request #40 from RTAinJapan/issue-34-footer-css
Browse files Browse the repository at this point in the history
フッターをコンパクトにした
  • Loading branch information
cma2819 authored Jan 13, 2022
2 parents 0d1516e + d492c7a commit 45219b2
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions tracker/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,8 @@
{% block login %}{% endblock %}
{% block credits %}
{% if djangoversion and pythonversion %}
<div class="container-fluid text-center" style="margin-bottom:30px;">
{% blocktrans with djangoversion=djangoversion pythonversion=pythonversion %}
Running on Django with Python
{% endblocktrans %}
<br />{% trans "Python code by UraniumAnchor, SMK, and jdeng" %}
<br />{% trans "CSS by Cool Matty" %}
<br />{% trans "Translated By yagamuu and cma"%}
<div class="container-fluid text-center" style="padding-bottom:5px; position: fixed; bottom: 0; margin-left: auto; margin-right: auto; width: 100%; background: #222; padding-top: 5px; color: #999; font-size: x-small;">
{% trans "Python code by UraniumAnchor, SMK, and jdeng." %} {% trans "CSS by Cool Matty." %} {% trans "Translation by yagamuu and cma."%}
</div>
{% endif %}
{% endblock %}
Expand Down

0 comments on commit 45219b2

Please sign in to comment.