Browse Source

Some header height improvements.

pull/563/head
xtcsvirus 10 years ago
parent
commit
e893c04a65
  1. 9
      public/ng/less/gogs/base.less

9
public/ng/less/gogs/base.less

@ -110,10 +110,10 @@ clear: both;
}
#header {
background-color: @headerBgColor;
height: 44px;
> .menu-line {
> li > a {
display: inline-block;
line-height: 44px;
padding: 0 1.2em;
color:@headerLinkFontColor;
&:hover {
background-color: transparent;
@ -144,7 +144,8 @@ clear: both;
color: @headerSignOutColor !important;
}
#header-nav-logo {
padding: 6px 1.2em;
line-height: 44px;
padding: 0 1.2em;
}
#header-nav-explore,
#header-nav-help {
@ -295,4 +296,4 @@ clear: both;
.list-unstyled {
padding-left: 0;
list-style: none;
}
}

Loading…
Cancel
Save