aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.css
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2007-05-16 01:16:56 +0200
committerLars Hjemli <hjemli@gmail.com>2007-05-16 01:16:56 +0200
commitdff894d12953a8a3cd7cdca2357771212a2f57d6 (patch)
tree042f1fbc0594d61d97721167197506760847ce2a /cgit.css
parentAdd support for commitdiff via h parameter (diff)
downloadcgit-dff894d12953a8a3cd7cdca2357771212a2f57d6.tar.xz
cgit-dff894d12953a8a3cd7cdca2357771212a2f57d6.zip
Add link to commitdiff below diffstat
This link is a lot easier to locate than the links to the right of the parent entries. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/cgit.css b/cgit.css
index 87fd00a..5cf8d15 100644
--- a/cgit.css
+++ b/cgit.css
@@ -236,9 +236,13 @@ div.commit-msg {
font-family: monospace;
}
+div.diffstat-header {
+ font-weight: bold;
+ padding-top: 1.5em;
+}
+
table.diffstat {
border-collapse: collapse;
- margin-top: 1.5em;
width: 100%;
border: solid 1px #aaa;
background-color: #eee;