Fix header style in wiki pages

This commit is contained in:
takezoe
2014-05-10 20:35:49 +09:00
parent debc798aec
commit aaa582ff1a
5 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@
@html.main(s"${pageName} - ${repository.owner}/${repository.name}", Some(repository)){
@html.menu("wiki", repository){
@tab((if(pageName == "Home") "home" else ""), repository)
<ul class="nav nav-tabs">
<ul class="nav nav-tabs fill-width pull-left">
<li>
<h1 class="wiki-title">@pageName</h1>
</li>