Fix readme styles

This commit is contained in:
takezoe
2014-05-11 13:08:32 +09:00
parent 97008ef984
commit 728b00e4c3
2 changed files with 8 additions and 4 deletions

View File

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

View File

@@ -586,6 +586,10 @@ pre.blob {
padding-left: 20px; padding-left: 20px;
} }
#readme {
margin-top: 20px;
}
#readme .box-content { #readme .box-content {
padding: 20px; padding: 20px;
} }