Include, and style, a footer

This commit is contained in:
Frédéric Péters 2010-06-01 10:50:14 +02:00
parent 928f07dffd
commit 6365b34943
2 changed files with 14 additions and 2 deletions

View File

@ -1,5 +1,7 @@
html, body {
margin: 0;
background: white;
color: black;
}
div#auth-header {
@ -18,12 +20,21 @@ div#auth-header a:hover {
text-decoration: underline;
}
span#auth-user-actions {
float: right;
}
div#content {
margin: 1em 1ex;
}
span#auth-user-actions {
float: right;
div#footer {
text-align: center;
margin-top: 3em;
font-size: 50%;
color: #333;
background: #eee;
padding: 3em;
}
form p {

View File

@ -29,6 +29,7 @@
<div id="footer">
{% block footer %}
Copyright &copy; 2010 Entr'ouvert
{% endblock %}
</div>
</body>