From abda0560f150c7754abfff2cb775742ab4eaec7a Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Mon, 21 Oct 2013 13:41:32 +0300 Subject: [PATCH] Increase project home page margins --- app/assets/stylesheets/sections/projects.scss | 6 +++++- app/views/projects/show.html.haml | 1 - 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/sections/projects.scss b/app/assets/stylesheets/sections/projects.scss index 53410a3..a0c57ab 100644 --- a/app/assets/stylesheets/sections/projects.scss +++ b/app/assets/stylesheets/sections/projects.scss @@ -15,6 +15,10 @@ } .project-home-panel { + border-bottom: 1px solid #DDD; + padding-bottom: 30px; + margin-bottom: 30px; + .project-home-title { font-size: 18px; color: #777; @@ -26,7 +30,7 @@ float: right; } .project-home-extra { - margin-top: 10px; + margin-top: 20px; .project-home-desc { float: left; diff --git a/app/views/projects/show.html.haml b/app/views/projects/show.html.haml index 1ba3a9a..fe06adc 100644 --- a/app/views/projects/show.html.haml +++ b/app/views/projects/show.html.haml @@ -25,7 +25,6 @@ = link_to pluralize(@repository.tag_names.count, 'tag'), project_tags_path(@project) %span.light.prepend-left-20= repository_size -%hr .row .span9 = render "events/event_last_push", event: @last_push -- libgit2 0.21.2