mirror of https://github.com/rq/rq.git
Add footer.
This commit is contained in:
parent
8fee4c1736
commit
6678722ad3
|
@ -22,5 +22,10 @@
|
||||||
<section class="container">
|
<section class="container">
|
||||||
{{ content }}
|
{{ content }}
|
||||||
</section>
|
</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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -31,6 +31,29 @@ header
|
||||||
width: 100%;
|
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
|
pre
|
||||||
{
|
{
|
||||||
margin: 0 0 1em 1em;
|
margin: 0 0 1em 1em;
|
||||||
|
|
Loading…
Reference in New Issue