summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/wicket/panels/BranchesPanel.html
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2011-04-13 15:53:19 -0400
committerJames Moger <james.moger@gitblit.com>2011-04-13 15:53:19 -0400
commit9ab5cc754c62ac9f7aa58b1f64fda7532cdad05b (patch)
tree437d10983bdc1b88d179e9520228c4f7147459f1 /src/com/gitblit/wicket/panels/BranchesPanel.html
parent608ecec9dff2ea4ce8e2a1ea6fc8909a64492a68 (diff)
downloadgitblit-9ab5cc754c62ac9f7aa58b1f64fda7532cdad05b.tar.gz
gitblit-9ab5cc754c62ac9f7aa58b1f64fda7532cdad05b.zip
Html and Css simplifications.
Diffstat (limited to 'src/com/gitblit/wicket/panels/BranchesPanel.html')
-rw-r--r--src/com/gitblit/wicket/panels/BranchesPanel.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/gitblit/wicket/panels/BranchesPanel.html b/src/com/gitblit/wicket/panels/BranchesPanel.html
index 78774f2d..76c3e09f 100644
--- a/src/com/gitblit/wicket/panels/BranchesPanel.html
+++ b/src/com/gitblit/wicket/panels/BranchesPanel.html
@@ -17,9 +17,9 @@
<td><span wicket:id="branchName">[branch name]</span></td>
<td><span wicket:id="branchType">[branch type]</span></td>
<td class="rightAlign">
- <div class="link">
+ <span class="link">
<a wicket:id="log"><wicket:message key="gb.log"></wicket:message></a> | <a wicket:id="tree"><wicket:message key="gb.tree"></wicket:message></a>
- </div>
+ </span>
</td>
</tr>
</tbody>