From c9b64974c09cc32065280297570be9f57dfc2b31 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Wed, 7 Mar 2012 00:16:43 -0800 Subject: [PATCH] increased dashboard width --- app/assets/stylesheets/common.scss | 2 +- app/views/dashboard/index.html.haml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index aa5f2120d39..a42fe7f8da2 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -599,7 +599,7 @@ p.time { } } .dashboard_block { - width:700px; + width:840px; margin:auto; .wll { diff --git a/app/views/dashboard/index.html.haml b/app/views/dashboard/index.html.haml index c7fbc8fd748..d0f80eefe50 100644 --- a/app/views/dashboard/index.html.haml +++ b/app/views/dashboard/index.html.haml @@ -20,8 +20,8 @@ .row .dashboard_block .row - .span9= render "dashboard/projects_feed" - .span3.right + .span10= render "dashboard/projects_feed" + .span4.right - if current_user.can_create_project? .alert-message.block-message.warning You can create up to -- GitLab