From 50984c55466228ccff0630e49acb4c5e271d446b Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Mon, 11 Apr 2011 09:59:03 -0400
Subject: [PATCH] Moved paging count to setting.  Fixed css layouts.  Removed log pager.

---
 src/com/gitblit/wicket/panels/BranchesPanel.html |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/com/gitblit/wicket/panels/BranchesPanel.html b/src/com/gitblit/wicket/panels/BranchesPanel.html
index 50a1681..78774f2 100644
--- a/src/com/gitblit/wicket/panels/BranchesPanel.html
+++ b/src/com/gitblit/wicket/panels/BranchesPanel.html
@@ -27,8 +27,6 @@
 
 	<div wicket:id="allBranches">[all branches]</div>	
 		
-	<!-- spacer -->
-	<div style="padding:5px;"></div>
 </wicket:panel>
 </body>
 </html>
\ No newline at end of file

--
Gitblit v1.9.1