From 74e73c7f2cd1f0ecc4e65d009e0d8ce2d9160e97 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Sun, 25 Mar 2012 18:10:33 -0400
Subject: [PATCH] Corrected timestamp on activity panel from author time to committer time
---
resources/gitblit.css | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/resources/gitblit.css b/resources/gitblit.css
index 0b285fb..8934cb2 100644
--- a/resources/gitblit.css
+++ b/resources/gitblit.css
@@ -295,8 +295,7 @@
}
div.searchResult .highlight {
- background-color: #ffffaa;
- border: 1px solid #ffcc00;
+ background-color: #ccff66;
padding: 0 2px;
}
@@ -311,7 +310,8 @@
}
div.searchResult .text {
- border-left: 5px solid #EEEEEE;
+ border-left: 2px solid #ccc;
+ border-radius: 0px;
padding: 0 0 0 15px;
}
@@ -760,6 +760,7 @@
table.activity {
width: 100%;
+ margin-top: 5px;
}
tr th a { background-position: right; padding-right: 15px; background-repeat:no-repeat; }
--
Gitblit v1.9.1