Merge branch 'stable'

lh/pretty-blob-view
Lars Hjemli 13 years ago
commit aa25ff3c8b

@ -13,7 +13,7 @@ pdfdir = $(docdir)
mandir = $(prefix)/share/man mandir = $(prefix)/share/man
SHA1_HEADER = <openssl/sha.h> SHA1_HEADER = <openssl/sha.h>
GIT_VER = 1.7.4 GIT_VER = 1.7.4
GIT_URL = http://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.bz2 GIT_URL = http://hjemli.net/git/git/snapshot/git-$(GIT_VER).tar.bz2
INSTALL = install INSTALL = install
MAN5_TXT = $(wildcard *.5.txt) MAN5_TXT = $(wildcard *.5.txt)
MAN_TXT = $(MAN5_TXT) MAN_TXT = $(MAN5_TXT)

@ -681,7 +681,7 @@ table.hgraph th {
} }
table.hgraph td { table.hgraph td {
vertical-align: center; vertical-align: middle;
padding: 2px 2px; padding: 2px 2px;
} }
@ -758,7 +758,7 @@ table.ssdiff td.lineno {
} }
table.ssdiff td.hunk { table.ssdiff td.hunk {
color: #black; color: black;
background: #ccf; background: #ccf;
border-top: solid 1px #aaa; border-top: solid 1px #aaa;
border-bottom: solid 1px #aaa; border-bottom: solid 1px #aaa;

Loading…
Cancel
Save