Commit c9b64974 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

increased dashboard width

parent 57ce7124
...@@ -599,7 +599,7 @@ p.time { ...@@ -599,7 +599,7 @@ p.time {
} }
} }
.dashboard_block { .dashboard_block {
width:700px; width:840px;
margin:auto; margin:auto;
.wll { .wll {
......
...@@ -20,8 +20,8 @@ ...@@ -20,8 +20,8 @@
.row .row
.dashboard_block .dashboard_block
.row .row
.span9= render "dashboard/projects_feed" .span10= render "dashboard/projects_feed"
.span3.right .span4.right
- if current_user.can_create_project? - if current_user.can_create_project?
.alert-message.block-message.warning .alert-message.block-message.warning
You can create up to You can create up to
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment