(refs #865)Apply the flat style to box headers

This commit is contained in:
Naoki Takezoe
2015-08-08 13:32:42 +09:00
parent 74ed3bf6a0
commit bb10365b8b
10 changed files with 119 additions and 180 deletions

View File

@@ -128,7 +128,7 @@
@readme.map { case(filePath, content) =>
<div id="readme">
<div class="box-header">@filePath.reverse.head</div>
<div class="box-content markdown-body">@renderMarkup(filePath, content, branch, repository, false, false, true)</div>
<div class="box-content-bottom markdown-body">@renderMarkup(filePath, content, branch, repository, false, false, true)</div>
</div>
}
}