From a6dd4bb55e3be948cc7b34dc22d7f94456a019cb Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Wed, 21 Mar 2012 18:05:15 -0400 Subject: [PATCH] Corrected sample syntax for branch and path terms --- resources/gitblit.css | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/resources/gitblit.css b/resources/gitblit.css index 0b285fb..14fe038 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; } -- Gitblit v1.9.1