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