summaryrefslogtreecommitdiffabout
path: root/cgit.css
authorLars Hjemli <hjemli@gmail.com>2007-05-14 16:08:03 (UTC)
committer Lars Hjemli <hjemli@gmail.com>2007-05-14 16:10:32 (UTC)
commita1a0cd8b5a62fe779d77c210a3d455398ce06bb7 (patch) (side-by-side diff)
treed54733d9d12c433eeb881ff9891b6afb20e6968a /cgit.css
parent9fb53af215639fcd3bfb876fa9c8bac221244bdf (diff)
downloadcgit-a1a0cd8b5a62fe779d77c210a3d455398ce06bb7.zip
cgit-a1a0cd8b5a62fe779d77c210a3d455398ce06bb7.tar.gz
cgit-a1a0cd8b5a62fe779d77c210a3d455398ce06bb7.tar.bz2
cgit.css: try do make diffstat a little bit nicer
I'm still no webdesigner, but this seems to be a more pleasant "visual experience". Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'cgit.css') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.css7
1 files changed, 3 insertions, 4 deletions
diff --git a/cgit.css b/cgit.css
index 6231e28..97ae4d1 100644
--- a/cgit.css
+++ b/cgit.css
@@ -243,2 +243,3 @@ table.diffstat {
border: solid 1px #aaa;
+ background-color: #eee;
}
@@ -246,3 +247,3 @@ table.diffstat {
table.diffstat tr:hover {
- background-color: #eee;
+ background-color: #ccc;
}
@@ -261,4 +262,2 @@ table.diffstat td {
border: none;
- border-top: solid 1px #aaa;
- border-bottom: solid 1px #aaa;
}
@@ -289,3 +288,3 @@ table.diffstat td.graph img {
border: none;
- height: 11pt;
+ height: 8pt;
}