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.
Этот коммит содержится в:
7
cgit.css
7
cgit.css
@ -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;
|
||||
|
Ссылка в новой задаче
Block a user