Increase project home page margins

This commit is contained in:
Dmitriy Zaporozhets 2013-10-21 13:41:32 +03:00
parent 8ffbb51138
commit abda0560f1
2 changed files with 5 additions and 2 deletions

View file

@ -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;

View file

@ -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