ui css fix

This commit is contained in:
FuXiaoHei 2014-03-17 11:22:07 +08:00
parent 7015c3d491
commit cc3cbf8cbe
1 changed files with 11 additions and 2 deletions

View File

@ -65,6 +65,10 @@ html, body {
height: 46px; height: 46px;
} }
#gogs-nav-logo{
padding-left: 0;
}
.gogs-nav-item:hover, .gogs-nav-item:hover,
.gogs-nav-item:focus { .gogs-nav-item:focus {
color: #fff; color: #fff;
@ -405,6 +409,7 @@ html, body {
.gogs-repo-nav h3 .fa { .gogs-repo-nav h3 .fa {
color: #BBB; color: #BBB;
margin-left: 0;
} }
.gogs-repo-btns { .gogs-repo-btns {
@ -531,6 +536,10 @@ html, body {
} }
/* #gogs-source */ /* #gogs-source */
#gogs-source {
margin-top: -20px;
}
#gogs-source .source-toolbar:after { #gogs-source .source-toolbar:after {
clear: both; clear: both;
} }