diff options
author | James Moger <james.moger@gitblit.com> | 2011-04-13 15:53:19 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2011-04-13 15:53:19 -0400 |
commit | 9ab5cc754c62ac9f7aa58b1f64fda7532cdad05b (patch) | |
tree | 437d10983bdc1b88d179e9520228c4f7147459f1 /src/com/gitblit/wicket/panels/BranchesPanel.html | |
parent | 608ecec9dff2ea4ce8e2a1ea6fc8909a64492a68 (diff) | |
download | gitblit-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.html | 4 |
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>
|