Skip to content

Commit

Permalink
formatted footer
Browse files Browse the repository at this point in the history
  • Loading branch information
thusser committed Dec 4, 2020
1 parent 7f92aeb commit 632e037
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion pyobs_archive/frontend/static/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,6 @@ footer {
margin-top: -40px; /* negative value of footer height */
height: 40px;
clear: both;
padding-top: 0.5em
padding-top: 0.5em;
font-size: smaller;
}
4 changes: 3 additions & 1 deletion pyobs_archive/frontend/templates/archive/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,9 @@ <h5 class="modal-title">Headers</h5>
</div>

<footer>
pyobs-archive v{% version %} (<a href="https://github.com/pyobs/pyobs-archive">GitHub</a>)
pyobs-archive v{% version %}
(<a href="https://github.com/pyobs/pyobs-archive">GitHub</a>,
<a href="https://hub.docker.com/repository/docker/thusser/pyobs-archive">Docker</a>))
by <a href="mailto:[email protected]">Tim-Oliver Husser</a>
</footer>

Expand Down
2 changes: 1 addition & 1 deletion pyobs_archive/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '1.1.1'
VERSION = '1.1'

0 comments on commit 632e037

Please sign in to comment.