Commit abda0560f150c7754abfff2cb775742ab4eaec7a

Authored by Dmitriy Zaporozhets
1 parent 8ffbb511

Increase project home page margins

app/assets/stylesheets/sections/projects.scss
@@ -15,6 +15,10 @@ @@ -15,6 +15,10 @@
15 } 15 }
16 16
17 .project-home-panel { 17 .project-home-panel {
  18 + border-bottom: 1px solid #DDD;
  19 + padding-bottom: 30px;
  20 + margin-bottom: 30px;
  21 +
18 .project-home-title { 22 .project-home-title {
19 font-size: 18px; 23 font-size: 18px;
20 color: #777; 24 color: #777;
@@ -26,7 +30,7 @@ @@ -26,7 +30,7 @@
26 float: right; 30 float: right;
27 } 31 }
28 .project-home-extra { 32 .project-home-extra {
29 - margin-top: 10px; 33 + margin-top: 20px;
30 34
31 .project-home-desc { 35 .project-home-desc {
32 float: left; 36 float: left;
app/views/projects/show.html.haml
@@ -25,7 +25,6 @@ @@ -25,7 +25,6 @@
25 = link_to pluralize(@repository.tag_names.count, 'tag'), project_tags_path(@project) 25 = link_to pluralize(@repository.tag_names.count, 'tag'), project_tags_path(@project)
26 %span.light.prepend-left-20= repository_size 26 %span.light.prepend-left-20= repository_size
27 27
28 -%hr  
29 .row 28 .row
30 .span9 29 .span9
31 = render "events/event_last_push", event: @last_push 30 = render "events/event_last_push", event: @last_push