about summary refs log tree commit diff stats
path: root/cgit.css
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/cgit.css b/cgit.css index 4ece3a5..2dd656f 100644 --- a/cgit.css +++ b/cgit.css
@@ -652,13 +652,13 @@ div#cgit span.deletions {
652 652
653div#cgit div.footer { 653div#cgit div.footer {
654 margin-top: 0.5em; 654 margin-top: 0.5em;
655 text-align: center; 655 text-align: right;
656 font-size: 80%; 656 font: 12px monospace;
657 color: goldenrod; 657 color: goldenrod;
658} 658}
659 659
660div#cgit div.footer a { 660div#cgit div.footer a {
661 color: goldenrod; 661 color: #b77300;
662 text-decoration: none; 662 text-decoration: none;
663} 663}
664 664