Skip to content

Commit

Permalink
Add footer
Browse files Browse the repository at this point in the history
  • Loading branch information
tobami committed Jan 11, 2011
1 parent e2f3c7c commit f139237
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions speedcenter/media/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,17 @@ p.note {
background-image: url(/media/images/note.png);
}

div.footer {
font-size: small;
margin-top: 0.6em;
margin-left: auto; margin-right: auto;
text-align: center;
}

div.footer a {
color: black;
text-decoration: underline;
}

/* new clearfix */
.clearfix:after {
Expand Down
1 change: 1 addition & 0 deletions speedcenter/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
</div>
</div>
{% block footer %}
<div class="footer">powered by <a href="https://github.com/tobami/codespeed/">Codespeed</a> and <a href="http://www.djangoproject.com/">Django</a></div>
{% endblock %}
</div>
</body>
Expand Down

0 comments on commit f139237

Please sign in to comment.