mirror of
https://github.com/samsonjs/retrogit.git
synced 2026-04-27 15:07:43 +00:00
Add a footer to website pages.
This commit is contained in:
parent
1bf5d997f6
commit
b1f7a0ba0f
2 changed files with 29 additions and 0 deletions
|
|
@ -130,6 +130,24 @@ input[type="submit"].inline.destructive {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.footer {
|
||||||
|
padding: 10px;
|
||||||
|
max-width: 1102px;
|
||||||
|
margin: 0 auto;
|
||||||
|
position: relative;
|
||||||
|
color: #999;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer .contents {
|
||||||
|
border-top: dashed 1px #ccc;
|
||||||
|
padding-top: 10px;
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer a {
|
||||||
|
color: #779dc2;
|
||||||
|
}
|
||||||
|
|
||||||
#sign-in-form {
|
#sign-in-form {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -23,5 +23,16 @@
|
||||||
|
|
||||||
{{template "body" .}}
|
{{template "body" .}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="footer">
|
||||||
|
<div class="contents">
|
||||||
|
RetroGit is a project by
|
||||||
|
<a href="http://persistent.info">Mihai Parparita</a>
|
||||||
|
-
|
||||||
|
FAQ
|
||||||
|
-
|
||||||
|
<a href="https://github.com/mihaip/retrogit">Source</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue