summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/wicket/pages/SummaryPage.html
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2012-03-14 16:22:30 -0400
committerJames Moger <james.moger@gitblit.com>2012-03-14 16:22:30 -0400
commitd1c49a7dd7dc4dfd852fb2bca4533609432ea26a (patch)
treed57f6befa782f1111c1732d91c4aa547e9207135 /src/com/gitblit/wicket/pages/SummaryPage.html
parenta5c920e5d616082f9de101ce960068ec3e512a1f (diff)
downloadgitblit-d1c49a7dd7dc4dfd852fb2bca4533609432ea26a.tar.gz
gitblit-d1c49a7dd7dc4dfd852fb2bca4533609432ea26a.zip
Adjusted spacing on summary page
Diffstat (limited to 'src/com/gitblit/wicket/pages/SummaryPage.html')
-rw-r--r--src/com/gitblit/wicket/pages/SummaryPage.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/com/gitblit/wicket/pages/SummaryPage.html b/src/com/gitblit/wicket/pages/SummaryPage.html
index c2096a6f..0ab08577 100644
--- a/src/com/gitblit/wicket/pages/SummaryPage.html
+++ b/src/com/gitblit/wicket/pages/SummaryPage.html
@@ -13,7 +13,7 @@
</div>
<!-- Repository info -->
- <div>
+ <div style="padding-bottom: 10px;">
<table class="plain">
<tr><th><wicket:message key="gb.description">[description]</wicket:message></th><td><span wicket:id="repositoryDescription">[repository description]</span></td></tr>
<tr><th><wicket:message key="gb.owner">[owner]</wicket:message></th><td><span wicket:id="repositoryOwner">[repository owner]</span></td></tr>
@@ -25,19 +25,19 @@
</div>
<!-- commits -->
- <div style="padding-bottom:10px;" wicket:id="commitsPanel">[commits panel]</div>
+ <div style="padding-bottom:15px;" wicket:id="commitsPanel">[commits panel]</div>
<!-- tags -->
- <div style="padding-bottom:10px;" wicket:id="tagsPanel">[tags panel]</div>
+ <div style="padding-bottom:15px;" wicket:id="tagsPanel">[tags panel]</div>
<!-- branches -->
- <div style="padding-bottom:10px;" wicket:id="branchesPanel">[branches panel]</div>
+ <div style="padding-bottom:15px;" wicket:id="branchesPanel">[branches panel]</div>
<!-- markdown readme -->
<div wicket:id="readme"></div>
<wicket:fragment wicket:id="markdownPanel">
- <div class="header" style="margin-top:10px;" >
+ <div class="header" style="margin-top:0px;" >
<i style="vertical-align: middle;" class="icon-book"></i>
<span style="font-weight:bold;vertical-align:middle;" wicket:id="readmeFile"></span>
</div>