From 16653e916fbf6b64baaaed2247d34d8f2372b89e Mon Sep 17 00:00:00 2001
From: pbe <pbe@remmert.de>
Date: Mon, 05 May 2014 08:41:19 -0400
Subject: [PATCH] Added TortoiseGit to the clientapps

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

diff --git a/src/main/resources/gitblit.css b/src/main/resources/gitblit.css
index 7894770..748a319 100644
--- a/src/main/resources/gitblit.css
+++ b/src/main/resources/gitblit.css
@@ -55,7 +55,7 @@
 	white-space: nowrap;
 	vertical-align: baseline;
 }
-
+
 [class^="icon-"], [class*=" icon-"] i {
 	/* override for a links that look like bootstrap buttons */
 	vertical-align: text-bottom;
@@ -993,6 +993,11 @@
 	color: inherit;
 }
 
+a.list-strikethrough {
+	text-decoration: line-through;
+	color: inherit;
+}
+
 a.list.subject {
 	font-weight: bold;
 }

--
Gitblit v1.9.1