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