Commit abda0560 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Increase project home page margins

parent 8ffbb511
......@@ -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;
......
......@@ -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
......
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