Merge branch 'master' of github.com:gogits/gogs
This commit is contained in:
commit
664bbe4f54
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue