From afc9deedc7da2b5a3d183941d63e13bfbfb7c78a Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gmail.com> Date: Wed, 09 Dec 2015 19:36:39 -0500 Subject: [PATCH] Merge pull request #983 from mrjoel/mrjoel-dotfiledetection --- 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