add commit file links and ctrl-arrow navigation

A list of files included in a commit are listed below the
commit message. The list are links which will take you to
that file in the diff display below.

The title of each fileHeader is now just the path to the file
instead of the full diff command.

While the focus is in the commit ctrl-down_arrow and up_arrow
will navigate to to next and previous file in that commit.
This commit is contained in:
Stephen Bannasch
2008-11-11 17:45:11 -05:00
committed by Pieter de Bie
parent 4e915cc68f
commit f05d0188fc
6 changed files with 114 additions and 7 deletions
+8
View File
@@ -3,6 +3,14 @@ body {
margin-top: 5px;
width: 100%;
}
.fileHeader {
margin-top: 0px;
padding-top: 2px;
padding-bottom: 1px;
border-top:0.1em solid #999999;
}
code .delline, code .oldfile {
background-color: #FEE;
color: #B00;