Commit e73d7b67 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge branch 'cleaner-project-page' into 'master'

Remove line under project description

## Before

![Screenshot_2015-06-05_19.44.39](https://gitlab.com/gitlab-org/gitlab-ce/uploads/e80e03a15ff32de489e61662674f8b70/Screenshot_2015-06-05_19.44.39.png)

## After

![Screenshot_2015-06-05_19.44.19](https://gitlab.com/gitlab-org/gitlab-ce/uploads/d4e2eb43802dbeee397fb6bc051b82b2/Screenshot_2015-06-05_19.44.19.png)

See merge request !776
parents 0678e9ac 354b6f1c
......@@ -15,18 +15,16 @@
}
.project-home-panel {
margin-bottom: 20px;
margin-top: 10px;
margin-bottom: 15px;
position: relative;
padding-left: 65px;
border-bottom: 1px solid #DDD;
padding-bottom: 10px;
padding-top: 5px;
min-height: 50px;
.project-identicon-holder {
position: absolute;
left: 0;
top: -10px;
top: -14px;
.avatar {
width: 50px;
......
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