From 1aabf0a23f112f06cd7ea5e43a11c11bd177872b Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Tue, 27 Mar 2012 16:51:35 -0400
Subject: [PATCH] Implemented support for "default" branch

---
 resources/gitblit.css |   17 +++++++++++++++--
 1 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/resources/gitblit.css b/resources/gitblit.css
index 7812ec4..f53d3e7 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;
@@ -131,7 +134,7 @@
 }
 
 table {
-	margin-bottom:5px !important;
+	margin-bottom: 5px;
 	font-size: inherit;
 }
 
@@ -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;
@@ -760,7 +773,7 @@
 
 table.activity {
 	width: 100%;
-	margin-top: 5px;
+	margin-top: 10px;
 }
 
 tr th a { background-position: right; padding-right: 15px; background-repeat:no-repeat; }

--
Gitblit v1.9.1