diff options
author | James Moger <james.moger@gitblit.com> | 2011-04-05 08:24:53 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2011-04-05 08:24:53 -0400 |
commit | ce33be67c4c8c783713ad51c187e8296ed71f233 (patch) | |
tree | 95aa79311455d9286475c15431e795c3676f5ad6 /src/com/gitblit/wicket/pages/SummaryPage.html | |
parent | fb01c9c8cc36ac28c895b6b7daad39038f3d17a2 (diff) | |
download | gitblit-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.html | 8 |
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">
|