about summary refs log tree commit diff stats
path: root/cgit.css
diff options
context:
space:
mode:
authorJason A. Donenfeld2014-03-19 03:11:45 -0600
committerJason A. Donenfeld2014-12-23 19:40:14 -0700
commit2159414a3945f059a7e52a4900ffcd1ca665e102 (patch)
tree4a315c7b36fd5fad7d1a6084151a1f012bb67df1 /cgit.css
parentui-shared: show absolute time in tooltip for relative dates (diff)
downloadcgit-2159414a3945f059a7e52a4900ffcd1ca665e102.tar.gz
cgit-2159414a3945f059a7e52a4900ffcd1ca665e102.zip
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.
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/cgit.css b/cgit.css index 71b0b9b..6888cde 100644 --- a/cgit.css +++ b/cgit.css
@@ -590,6 +590,13 @@ div#cgit div.footer {
590 font-size: 80%; 590 font-size: 80%;
591 color: #ccc; 591 color: #ccc;
592} 592}
593div#cgit div.footer a {
594 color: #ccc;
595 text-decoration: none;
596}
597div#cgit div.footer a:hover {
598 text-decoration: underline;
599}
593div#cgit a.branch-deco { 600div#cgit a.branch-deco {
594 color: #000; 601 color: #000;
595 margin: 0px 0.5em; 602 margin: 0px 0.5em;