footer: link back to cgit home page

The footer has always been overrideable using the footer= in cgitrc, so
this won't anger anybody who cares about their footer.
Этот коммит содержится в:
Jason A. Donenfeld
2014-03-19 03:11:45 -06:00
родитель caed6cb27f
Коммит 2159414a39
2 изменённых файлов: 8 добавлений и 1 удалений

Просмотреть файл

@ -590,6 +590,13 @@ div#cgit div.footer {
font-size: 80%;
color: #ccc;
}
div#cgit div.footer a {
color: #ccc;
text-decoration: none;
}
div#cgit div.footer a:hover {
text-decoration: underline;
}
div#cgit a.branch-deco {
color: #000;
margin: 0px 0.5em;