summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/wicket/pages/SummaryPage.html
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2011-04-05 08:24:53 -0400
committerJames Moger <james.moger@gitblit.com>2011-04-05 08:24:53 -0400
commitce33be67c4c8c783713ad51c187e8296ed71f233 (patch)
tree95aa79311455d9286475c15431e795c3676f5ad6 /src/com/gitblit/wicket/pages/SummaryPage.html
parentfb01c9c8cc36ac28c895b6b7daad39038f3d17a2 (diff)
downloadgitblit-ce33be67c4c8c783713ad51c187e8296ed71f233.tar.gz
gitblit-ce33be67c4c8c783713ad51c187e8296ed71f233.zip
Fixed-width 980px and centered. Dropped About.
Diffstat (limited to 'src/com/gitblit/wicket/pages/SummaryPage.html')
-rw-r--r--src/com/gitblit/wicket/pages/SummaryPage.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/com/gitblit/wicket/pages/SummaryPage.html b/src/com/gitblit/wicket/pages/SummaryPage.html
index 9ed69293..f5697cd6 100644
--- a/src/com/gitblit/wicket/pages/SummaryPage.html
+++ b/src/com/gitblit/wicket/pages/SummaryPage.html
@@ -9,12 +9,12 @@
<div>
<!-- Repository Activity Chart -->
- <div style="width:50%;float:right;">
+ <div style="width:400px;float:right;">
<img class="activityGraph" wicket:id="commitsChart" />
</div>
<!-- Repository info -->
- <div style="width:50%;">
+ <div style="margin-right:410px;">
<table class="plain">
<tr><th>description</th><td><span wicket:id="repositoryDescription">Message goes here</span></td></tr>
<tr><th>owner</th><td><span wicket:id="repositoryOwner">Message goes here</span></td></tr>
@@ -40,7 +40,7 @@
<div class="pager" wicket:id="shortlogMore"></div>
<!-- Open Heads Body -->
- <div style="width:34%;float:right;">
+ <div style="width:300px;float:right;">
<!-- heads -->
<div class="header" wicket:id="heads"></div>
<table style="width:100%" class="pretty">
@@ -57,7 +57,7 @@
</div>
<!-- Open Tags body -->
- <div style="width:65%">
+ <div style="margin-right:305px;">
<!-- tags -->
<div class="header" wicket:id="tags"></div>
<table style="width:100%" class="pretty">