mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
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:
committed by
Pieter de Bie
parent
4e915cc68f
commit
f05d0188fc
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user