Restyle README section

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2013-12-29 18:36:41 +02:00
parent 988ce2c0af
commit 586678622c
No known key found for this signature in database
GPG key ID: 627C5F589F467F17
2 changed files with 15 additions and 4 deletions

View file

@ -113,3 +113,14 @@
float: left; float: left;
margin-top: 5px; margin-top: 5px;
} }
.readme-holder {
border-top: 1px dashed #CCC;
padding-top: 10px;
h4 {
font-size: 14px;
margin-bottom: 20px;
color: #777;
}
}

View file

@ -1,8 +1,8 @@
.file-holder#README .readme-holder#README
.file-title %h4
%i.icon-file %i.icon-file
= readme.name = readme.name
.file-content.wiki .wiki
- if gitlab_markdown?(readme.name) - if gitlab_markdown?(readme.name)
= preserve do = preserve do
= markdown(readme.data) = markdown(readme.data)