mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-10 23:45:50 +01:00
Fix header style
This commit is contained in:
@@ -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){
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user