From 30f9d25d77ccb5cd978d4cf8fa389ec819e90e95 Mon Sep 17 00:00:00 2001 From: Philip L. McMahon <philip.l.mcmahon@gmail.com> Date: Fri, 27 Jan 2012 02:02:19 -0500 Subject: [PATCH] Correct update of HEAD symbolic reference when target is a tag. --- src/com/gitblit/wicket/panels/FederationRegistrationsPanel.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/com/gitblit/wicket/panels/FederationRegistrationsPanel.html b/src/com/gitblit/wicket/panels/FederationRegistrationsPanel.html index 6fab778..fbc6f6c 100644 --- a/src/com/gitblit/wicket/panels/FederationRegistrationsPanel.html +++ b/src/com/gitblit/wicket/panels/FederationRegistrationsPanel.html @@ -10,7 +10,7 @@ <table class="repositories"> <tr> <th class="left"> - <img style="vertical-align: top; border: 1px solid #888; background-color: white;" src="federated_16x16.png"/> + <img style="vertical-align: middle; border: 1px solid #888; background-color: white;" src="federated_16x16.png"/> <wicket:message key="gb.registrations">[registrations]</wicket:message> </th> <th><wicket:message key="gb.name">[name]</wicket:message></th> -- Gitblit v1.9.1