diff options
author | James Moger <james.moger@gitblit.com> | 2012-02-28 22:41:31 -0500 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2012-02-28 22:41:31 -0500 |
commit | 43e32ec71a508e1bb68b247fdca74f64bcf629b3 (patch) | |
tree | 2af8ab22c699d0da2247f17a10e87d60a0c8365b /resources | |
parent | d1ff5aa23776ae38f5dc2d2a1064ef3cef86e2c0 (diff) | |
download | gitblit-43e32ec71a508e1bb68b247fdca74f64bcf629b3.tar.gz gitblit-43e32ec71a508e1bb68b247fdca74f64bcf629b3.zip |
Draft integration of Lucene search mechanism and web ui
Diffstat (limited to 'resources')
-rw-r--r-- | resources/gitblit.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/resources/gitblit.css b/resources/gitblit.css index 6ad45fb2..bfa1c202 100644 --- a/resources/gitblit.css +++ b/resources/gitblit.css @@ -266,6 +266,18 @@ img.gravatar { padding: 2px;
}
+div.searchResult {
+ padding:5px;
+}
+
+div.searchResult .summary {
+ font-weight: bold;
+}
+
+div.searchResult .branch {
+ color: #008000;
+}
+
div.header, div.commitHeader, table.repositories th {
background-color:#e0e0e0;
background-repeat:repeat-x;
|