Fix header style

This commit is contained in:
Naoki Takezoe
2016-02-15 01:02:35 +09:00
parent dfaabeb41d
commit 3b4d2d6f91
2 changed files with 54 additions and 46 deletions

View File

@@ -19,7 +19,7 @@
</a>
</li>
}
<div class="headbar">
<div class="container">
@helper.html.information(info)
@helper.html.error(error)
@@ -68,8 +68,7 @@
}
</ul>
</div>
<hr style="margin-bottom: 20px;"/>
</div>
<div class="container body">
@*
@if(expand){

View File

@@ -211,6 +211,7 @@ div.nav-collapse a.menu-last {
.navbar {
min-height: unset;
margin-bottom: 0px;
}
span.header-version {
@@ -535,11 +536,19 @@ a.btn-danger:hover .octicon {
/****************************************************************************/
/* Head Menu */
/****************************************************************************/
div.headbar {
background-color: #fafafa;
padding-top: 19px;
border-bottom: 1px solid #eee;
margin-bottom: 20px;
}
ul.headmenu {
margin-top: 20px;
margin-left: 0px;
padding-left: 0px;
margin-bottom: -5px;
margin-bottom: -1px;
}
ul.headmenu a:hover {