Skip to content

Commit

Permalink
Version info #39
Browse files Browse the repository at this point in the history
Added footer.
  • Loading branch information
Zitrax committed Nov 22, 2016
1 parent e2391bf commit f4e2dc9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
13 changes: 12 additions & 1 deletion artifakt/static/css/artifakt.css
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,15 @@ tr.spacer > td {

.comment_reply, .edit_comment, .delete_comment {
cursor: pointer;
}
}

footer {
position: fixed;
height: 20px;
bottom: 0px;
right: 5px;
margin-bottom: 0px;
opacity: 0.3;
font-weight: bolder;
font-size: smaller;
}
5 changes: 5 additions & 0 deletions artifakt/templates/home.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,10 @@
</table>

</div>

<footer>
Artifakt - version 1.1
</footer>

</body>
</html>

0 comments on commit f4e2dc9

Please sign in to comment.