From b5b4026628c50ffdfa3ceeb93badb613cdca18eb Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Tue, 03 May 2011 15:59:20 -0400
Subject: [PATCH] Drop new lines between table rows for Opera.

---
 src/com/gitblit/wicket/resources/gitblit.css |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/src/com/gitblit/wicket/resources/gitblit.css b/src/com/gitblit/wicket/resources/gitblit.css
index 8317e36..3d0a1cd 100644
--- a/src/com/gitblit/wicket/resources/gitblit.css
+++ b/src/com/gitblit/wicket/resources/gitblit.css
@@ -100,6 +100,13 @@
 	padding: 0px 0px 15px 5px;
 }
 
+span.empty {
+	font-size: 0.9em;
+	font-style: italic;
+	padding-left:10px;
+	color: #008000;
+}
+
 span.link, span.link a {
 	font-family: sans-serif;
 	font-size: 11px;
@@ -633,8 +640,7 @@
 .feedbackPanelERROR {	
 	color: red;
 	list-style-image: url(bullet_error.png);
-	font-weight: bold;
-	text-align:left;
+	font-weight: bold;	
 	vertical-align: top;
 	padding:0;	
 	margin:0;	
@@ -643,8 +649,7 @@
 .feedbackPanelINFO {
 	color: green;
 	list-style: none;
-	font-weight: bold;
-	text-align:center;
+	font-weight: bold;	
 	padding:0;
 	margin:0;
 }
\ No newline at end of file

--
Gitblit v1.9.1