Add footer with page creation time and cgit version on all pages

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
Lars Hjemli
2008-05-03 11:07:41 +02:00
parent c6078b8b00
commit aa3c4486b4
2 changed files with 9 additions and 0 deletions

View File

@ -447,3 +447,9 @@ span.age-months {
span.age-years {
color: #bbb;
}
div.footer {
margin-top: 0.5em;
text-align: center;
font-size: 80%;
color: #ccc;
}