From e7883877a98dfcae3f75f1c1a562120d89aed22a Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Thu, 09 Feb 2012 08:33:16 -0500
Subject: [PATCH] Fixed session fixation vulnerability (issue 62)

---
 resources/bootstrap.gb.css |   15 ++++++---------
 1 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/resources/bootstrap.gb.css b/resources/bootstrap.gb.css
index e1092b0..7a12263 100644
--- a/resources/bootstrap.gb.css
+++ b/resources/bootstrap.gb.css
@@ -219,9 +219,11 @@
 }
 
 span.repositorySwatch {
-	border-radius: 3px;
-	padding: 2px 5px;	
+	border-radius: 3px;	
+	padding: 1px 4px 2px 4px;	
 	color: #ffffff;
+	font-weight: bold;
+	vertical-align: center;
 }
 span.repositorySwatch a {
 	color: inherit;
@@ -350,15 +352,10 @@
 	color: white;
 }
 
-div.commit_message {
-	font-family: monospace;
+pre.commit_message {	
 	padding: 8px;
 	border: solid #ccc;
 	border-width: 1px 0px 0px;
-}
-
-div.commit_message a {
-	font-family: monospace;
 }
 
 div.bug_open, span.bug_open {
@@ -716,7 +713,7 @@
 	font-style: italic !important;	
 }
 
-span.sha1, span.sha1 a, span.sha1 a span {
+span.sha1, span.sha1 a, span.sha1 a span, pre.commit_message {
 	font-family: monospace;
 	font-size: 13px;
 }

--
Gitblit v1.9.1