From 4b7b406a6db1c02e6fe899f3fb8e65406f4acffe Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Sun, 25 Mar 2012 20:15:45 -0400
Subject: [PATCH] Improved commit message/ref panel layout

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

diff --git a/resources/gitblit.css b/resources/gitblit.css
index 7812ec4..9b96a1a 100644
--- a/resources/gitblit.css
+++ b/resources/gitblit.css
@@ -16,6 +16,9 @@
 ul, ol {
 	margin-bottom: 10px !important;
 }
+a:focus {
+	outline: none;
+}
 
 hr {
 	margin-top: 10px;
@@ -657,6 +660,16 @@
 	border-left: 0;
 }
 
+table.pretty td.message {
+	padding: 0px;
+}
+
+table.pretty table.nestedTable {
+	width: 100%;
+	margin-left: 4px !important;
+	margin-bottom: 0px !important;
+}
+
 table.comments td {
 	padding: 4px;
 	line-height: 17px;

--
Gitblit v1.9.1