Commit 58667862 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Restyle README section

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 988ce2c0
...@@ -113,3 +113,14 @@ ...@@ -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;
}
}
.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)
......
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