From 161e052d2afc61b19ea5654f7a72fbd19d921e6d Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Mon, 20 Oct 2014 16:31:17 -0400 Subject: [PATCH] Reset build identifiers for next point release cycle --- src/main/java/com/gitblit/wicket/pages/MyDashboardPage.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/gitblit/wicket/pages/MyDashboardPage.html b/src/main/java/com/gitblit/wicket/pages/MyDashboardPage.html index b55688c..ed3754e 100644 --- a/src/main/java/com/gitblit/wicket/pages/MyDashboardPage.html +++ b/src/main/java/com/gitblit/wicket/pages/MyDashboardPage.html @@ -68,8 +68,8 @@ <wicket:fragment wicket:id="chartsFragment"> <table> <tr> - <td><div id="chartRepositories" style="display:inline-block;width: 175px; height:175px"></div></td> - <td><div id="chartAuthors" style="display:inline-block;width: 175px; height: 175px;"></div></td> + <td><div id="chartRepositories" style="display:inline-block;width: 250px; height:175px"></div></td> + <td><div id="chartAuthors" style="display:inline-block;width: 250px; height: 175px;"></div></td> </tr> </table> </wicket:fragment> -- Gitblit v1.9.1