Skip to content

Commit

Permalink
Added footer with styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
romanosipenko committed Jul 31, 2011
1 parent 888907b commit a9d1b54
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
8 changes: 8 additions & 0 deletions presence/static/css/presence.css
Expand Up @@ -251,3 +251,11 @@ aside #user-info h1 {
line-height: 1;
padding: .25em .25em .25em 0;
}
footer {
font-size: .75em;
background: #5a6f85;
padding: .25em 0;
text-align: center;
border-top: .25em solid #455667;
color: #fff;
}
9 changes: 9 additions & 0 deletions presence/static/less/presence.less
Expand Up @@ -297,4 +297,13 @@ aside {
}

}
}

footer {
font-size: .75em;
background: @header-bg;
padding: .25em 0;
text-align: center;
border-top: .25em solid #455667;
color: #fff;
}
3 changes: 3 additions & 0 deletions presence/templates/base.html
Expand Up @@ -26,6 +26,9 @@ <h1><a href="/">Presence<span title="Like beta, but better!">hueta</span></a></h
<div id="content">
{% block content %}{% endblock content %}
</div>
<footer>
☮ 2011 Presence development team.
</footer>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.js"></script>
<script>window.jQuery || document.write("<script src='{% static "js/jquery.js" %}'>\x3C/script>")</script>
<script src="{% static "js/timeago.js" %}" type="text/javascript"></script>
Expand Down

0 comments on commit a9d1b54

Please sign in to comment.