From ce33be67c4c8c783713ad51c187e8296ed71f233 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Tue, 05 Apr 2011 08:24:53 -0400 Subject: [PATCH] Fixed-width 980px and centered. Dropped About. --- 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 9ed6929..f5697cd 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"> -- Gitblit v1.9.1