diff options
author | Jason A. Donenfeld | 2014-03-19 03:11:45 -0600 |
---|---|---|
committer | Jason A. Donenfeld | 2014-12-23 19:40:14 -0700 |
commit | 2159414a3945f059a7e52a4900ffcd1ca665e102 (patch) | |
tree | 4a315c7b36fd5fad7d1a6084151a1f012bb67df1 /cgit.css | |
parent | caed6cb27f1869b0590cab56fc3394762892d049 (diff) | |
download | cgit-2159414a3945f059a7e52a4900ffcd1ca665e102.tar.gz cgit-2159414a3945f059a7e52a4900ffcd1ca665e102.tar.bz2 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.css | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -590,6 +590,13 @@ div#cgit div.footer { | |||
590 | font-size: 80%; | 590 | font-size: 80%; |
591 | color: #ccc; | 591 | color: #ccc; |
592 | } | 592 | } |
593 | div#cgit div.footer a { | ||
594 | color: #ccc; | ||
595 | text-decoration: none; | ||
596 | } | ||
597 | div#cgit div.footer a:hover { | ||
598 | text-decoration: underline; | ||
599 | } | ||
593 | div#cgit a.branch-deco { | 600 | div#cgit a.branch-deco { |
594 | color: #000; | 601 | color: #000; |
595 | margin: 0px 0.5em; | 602 | margin: 0px 0.5em; |