Restyle README section
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
988ce2c0af
commit
586678622c
2 changed files with 15 additions and 4 deletions
|
@ -113,3 +113,14 @@
|
|||
float: left;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.readme-holder {
|
||||
border-top: 1px dashed #CCC;
|
||||
padding-top: 10px;
|
||||
|
||||
h4 {
|
||||
font-size: 14px;
|
||||
margin-bottom: 20px;
|
||||
color: #777;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
.file-holder#README
|
||||
.file-title
|
||||
.readme-holder#README
|
||||
%h4
|
||||
%i.icon-file
|
||||
= readme.name
|
||||
.file-content.wiki
|
||||
= readme.name
|
||||
.wiki
|
||||
- if gitlab_markdown?(readme.name)
|
||||
= preserve do
|
||||
= markdown(readme.data)
|
||||
|
|
Loading…
Reference in a new issue