From e19d3da3cdb4e3d0524e3a3ffc6a2cfa8876e927 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Wed, 16 Nov 2011 22:33:18 -0500
Subject: [PATCH] Metric object now implements comparable. Adjust gravatar css.

---
 resources/bootstrap.gb.css |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/resources/bootstrap.gb.css b/resources/bootstrap.gb.css
index 6ff047b..06c4670 100644
--- a/resources/bootstrap.gb.css
+++ b/resources/bootstrap.gb.css
@@ -52,6 +52,10 @@
 	background-position: center bottom;
 }
 
+.topbar .active a {
+	background-color: transparent !important;
+}
+
 .breadcrumb {
 	margin-top: 5px !important;
 	margin-bottom: 5px !important;
@@ -164,6 +168,13 @@
 img.overview {
 	float:right;
 	border:1px solid #CCCCCC;
+}
+
+img.gravatar {
+    background-color: #ffffff;
+    border: 1px solid #ddd;
+    border-radius: 5px;
+    padding: 2px;
 }
 
 div.header, div.commitHeader, table.repositories th {
@@ -488,6 +499,7 @@
 }
 
 table.pretty {
+	border:1px solid #ddd;
 	border-radius: 0 0 3px 3px;	
 }
 
@@ -512,6 +524,7 @@
 }
 
 table.repositories {	
+	border:1px solid #ddd;
 	border-spacing: 0px;
 }
 
@@ -587,6 +600,7 @@
 }
 
 table.annotated {
+	border:1px solid #ddd;
 }
 
 table.annotated tr.even {

--
Gitblit v1.9.1