diff options
author | James Moger <james.moger@gitblit.com> | 2011-04-18 17:50:31 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2011-04-18 17:50:31 -0400 |
commit | 7203a415392b5372c0866991f1c2810eb5e3527a (patch) | |
tree | 10708b9fa5c4c56b56a9c0a8b87c99b48fd806e9 /src/com/gitblit/wicket/pages/SummaryPage.html | |
parent | ff369d23bd12f501b59726cbec77512e2f39fd13 (diff) | |
download | gitblit-7203a415392b5372c0866991f1c2810eb5e3527a.tar.gz gitblit-7203a415392b5372c0866991f1c2810eb5e3527a.zip |
Add search form to the page nav links panel within a repository.
Diffstat (limited to 'src/com/gitblit/wicket/pages/SummaryPage.html')
-rw-r--r-- | src/com/gitblit/wicket/pages/SummaryPage.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/gitblit/wicket/pages/SummaryPage.html b/src/com/gitblit/wicket/pages/SummaryPage.html index 7075bd2c..47c10b31 100644 --- a/src/com/gitblit/wicket/pages/SummaryPage.html +++ b/src/com/gitblit/wicket/pages/SummaryPage.html @@ -10,7 +10,7 @@ <!-- page nav links -->
<div wicket:id="pageLinks">[page links]</div>
- <div>
+ <div style="clear:both;">
<!-- Repository Activity Chart -->
<div style="width:400px;float:right;">
<img class="activityGraph" wicket:id="commitsChart" />
|