Browse Source

Update deps

Unknwon 10 years ago
parent
commit
36661f53e6

+ 1 - 1
modules/setting/setting_memcache.go

@@ -7,7 +7,7 @@
 package setting
 
 import (
-	_ "github.com/gogits/cache/memcache"
+	_ "github.com/macaron-contrib/cache/memcache"
 )
 
 func init() {

+ 2 - 2
modules/setting/setting_redis.go

@@ -7,8 +7,8 @@
 package setting
 
 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() {

+ 1 - 0
public/ng/css/gogs.css

@@ -1,6 +1,7 @@
 html,
 body {
   height: 100%;
+  overflow-y: scroll;
 }
 .octicon,
 .fa {

+ 1 - 0
public/ng/less/gogs/base.less

@@ -11,6 +11,7 @@
 html,
 body {
     height: 100%;
+    overflow-y: scroll;
 }
 .octicon,
 .fa {