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;
|
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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue