From 924d8e3cb67d0b35cad3b9b35f3373db2e8feeb7 Mon Sep 17 00:00:00 2001
From: SilverFox <yyjdelete@126.com>
Date: Fri, 08 Apr 2016 01:18:59 -0400
Subject: [PATCH] Specify encoding of javadoc to "utf-8"

---
 src/main/resources/gitblit.css |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/gitblit.css b/src/main/resources/gitblit.css
index 0199190..1cae6d5 100644
--- a/src/main/resources/gitblit.css
+++ b/src/main/resources/gitblit.css
@@ -2359,4 +2359,9 @@
 
 .filestore-item {
 	color:#815b3a;
+}
+
+.delete-patchset {
+	color:#D51900;
+	font-size: 1.2em;
 }
\ No newline at end of file

--
Gitblit v1.9.1