diff options
author | James Moger <james.moger@gitblit.com> | 2012-03-02 19:41:39 -0500 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2012-03-02 19:41:39 -0500 |
commit | 3f0677744e5b0195e3c23de9c5fd94924bfb592e (patch) | |
tree | f98510db8a67c6103ecab431a6c1e04a32dfb43c /resources | |
parent | 55acda898cc001cc2db00bab336719364e0798f5 (diff) | |
download | gitblit-3f0677744e5b0195e3c23de9c5fd94924bfb592e.tar.gz gitblit-3f0677744e5b0195e3c23de9c5fd94924bfb592e.zip |
Improved look of Lucene page
Diffstat (limited to 'resources')
-rw-r--r-- | resources/gitblit.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/resources/gitblit.css b/resources/gitblit.css index bfa1c202..8f659865 100644 --- a/resources/gitblit.css +++ b/resources/gitblit.css @@ -278,6 +278,14 @@ div.searchResult .branch { color: #008000;
}
+div.searchResult .author {
+ font-style: italic !important;
+}
+
+div.searchResult .date {
+ color:#999;
+}
+
div.header, div.commitHeader, table.repositories th {
background-color:#e0e0e0;
background-repeat:repeat-x;
|