Add footer.

This commit is contained in:
Vincent Driessen 2011-11-17 15:05:38 +01:00
parent 8fee4c1736
commit 6678722ad3
2 changed files with 28 additions and 0 deletions

View File

@ -22,5 +22,10 @@
<section class="container">
{{ content }}
</section>
<footer>
<p>RQ is written by <a href="http://nvie.com/about">Vincent Driessen</a>.</p>
<p>It is open sourced under the terms of the <a href="https://raw.github.com/nvie/rq/master/LICENSE">BSD license</a>.</p>
</footer>
</body>
</html>

View File

@ -31,6 +31,29 @@ header
width: 100%;
}
footer
{
margin: 2em auto;
max-width: 430px;
width: 100%;
border-top: 1px dashed #e1e1e1;
padding-top: 1em;
}
footer p
{
text-align: center;
font-size: 90%;
font-style: italic;
margin-bottom: 0;
}
footer a
{
font-weight: 400;
}
pre
{
margin: 0 0 1em 1em;