This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
gitea
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Update deps
for-closed-social
Unknwon
10 years ago
parent
676bd764fa
commit
36661f53e6
4 changed files
with
5 additions
and
3 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
modules/setting/setting_memcache.go
+2
-2
modules/setting/setting_redis.go
+1
-0
public/ng/css/gogs.css
+1
-0
public/ng/less/gogs/base.less
+ 1
- 1
modules/setting/setting_memcache.go
View File
@ -7,7 +7,7 @@
package
setting
package
setting
import
(
import
(
_
"github.com/
gogits
/cache/memcache"
_
"github.com/
macaron-contrib
/cache/memcache"
)
)
func
init
(
)
{
func
init
(
)
{
+ 2
- 2
modules/setting/setting_redis.go
View File
@ -7,8 +7,8 @@
package
setting
package
setting
import
(
import
(
_
"github.com/
gogits
/cache/redis"
_
"github.com/
gogits
/session/redis"
_
"github.com/
macaron-contrib
/cache/redis"
_
"github.com/
macaron-contrib
/session/redis"
)
)
func
init
(
)
{
func
init
(
)
{
+ 1
- 0
public/ng/css/gogs.css
View File
@ -1,6 +1,7 @@
html
,
html
,
body
{
body
{
height
:
100
%
;
height
:
100
%
;
overflow-y
:
scroll
;
}
}
.
octicon
,
.
octicon
,
.
fa
{
.
fa
{
+ 1
- 0
public/ng/less/gogs/base.less
View File
@ -11,6 +11,7 @@
html,
html,
body {
body {
height: 100%;
height: 100%;
overflow-y: scroll;
}
}
.octicon,
.octicon,
.fa {
.fa {
Write
Preview
Loading…
Cancel
Save