Fix header and sign-in form presentation.

This commit is contained in:
takezoe
2013-07-11 03:50:00 +09:00
parent 5d5b642fa9
commit 072290e544
4 changed files with 46 additions and 17 deletions

View File

@@ -5,6 +5,31 @@ body {
color: #333;
}
div.navbar-inner {
border-radius: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-top: none;
border-left: none;
border-right: none;
border-bottom: 1px solid #d4d4d4;
padding-right: 0px;
}
div.nav-collapse a.menu {
margin-right: 12px;
line-height: 40px;
}
div.nav-collapse a.btn-last {
margin-right: 30px;
}
div.nav-collapse a.menu-last {
margin-right: 30px;
line-height: 40px;
}
div.gitbucket-version {
font-size: small;
color: silver;