summaryrefslogtreecommitdiff
path: root/cgit.css
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2012-01-03 16:48:22 +0000
committerLars Hjemli <hjemli@gmail.com>2012-01-03 16:48:22 +0000
commitaa25ff3c8b548077f2793c1162f3610af03e63df (patch)
tree0bf7463ec07bd94115256d99a95c22ce0b9bce2a /cgit.css
parent195742572681d6c2583de392131d1be86ef52f48 (diff)
parentfbd254d54e28e002a0d56b81c192156599df1e6b (diff)
downloadcgit-aa25ff3c8b548077f2793c1162f3610af03e63df.tar.gz
cgit-aa25ff3c8b548077f2793c1162f3610af03e63df.tar.bz2
cgit-aa25ff3c8b548077f2793c1162f3610af03e63df.zip
Merge branch 'stable'
Diffstat (limited to '')
-rw-r--r--cgit.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/cgit.css b/cgit.css
index 55afa94..3734ca7 100644
--- a/cgit.css
+++ b/cgit.css
@@ -681,7 +681,7 @@ table.hgraph th {
}
table.hgraph td {
- vertical-align: center;
+ vertical-align: middle;
padding: 2px 2px;
}
@@ -758,7 +758,7 @@ table.ssdiff td.lineno {
}
table.ssdiff td.hunk {
- color: #black;
+ color: black;
background: #ccf;
border-top: solid 1px #aaa;
border-bottom: solid 1px #aaa;
6d51203196f5f809d1c5d9d93af7c&follow=1'>Allow git repo to be elsewhere via env var.Jason A. Donenfeld2-9/+24 2012-09-22I don't want --help or --version in bash completion.Jason A. Donenfeld1-1/+1 2012-09-22Vastly simplify GPG secret key finding logic.Jason A. Donenfeld1-1/+1 - Only use secret keys - Use entire UID - --with-colons makes parsing easy 2012-09-22simplify logic slightlyBrian Mattern1-9/+12 2012-09-22turn -o filenames back onBrian Mattern1-10/+6 only auto-expand if there is a single completion match 2012-09-22bash completion - Fix UTF8, escape spaces, inverted commas, brackets, and ↵Jeffrey Ratcliffe1-14/+10 ampersands, and clean up 2012-09-21Better gpg key completion for `pass init`Brian Mattern1-2/+15 2012-09-21Append to COMPREPLY instead of inserting by indexBrian Mattern1-3/+1