]> source.dussan.org Git - gitea.git/commitdiff
Update deps
authorUnknwon <joe2010xtmf@163.com>
Sun, 31 Aug 2014 16:12:37 +0000 (00:12 +0800)
committerUnknwon <joe2010xtmf@163.com>
Sun, 31 Aug 2014 16:12:37 +0000 (00:12 +0800)
modules/setting/setting_memcache.go
modules/setting/setting_redis.go
public/ng/css/gogs.css
public/ng/less/gogs/base.less

index e509f372d3aae9ea488546e4205038297dda5eef..26b1cc6f6059f6b03a7d88d0d08089880c621a38 100644 (file)
@@ -7,7 +7,7 @@
 package setting
 
 import (
-       _ "github.com/gogits/cache/memcache"
+       _ "github.com/macaron-contrib/cache/memcache"
 )
 
 func init() {
index 78b31d534ffc9f1d4e26a53ccca689f398213923..bfd1694de3f937e8e5de6af07c79109917889a84 100644 (file)
@@ -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() {
index d81d6f31493b59e744516fa08430c257e58f086e..6ff68a5b28c2fde44ac90aed806dd5f00f92ee10 100644 (file)
@@ -1,6 +1,7 @@
 html,
 body {
   height: 100%;
+  overflow-y: scroll;
 }
 .octicon,
 .fa {
index 241846dbbdeb845f3823eafef69f9c25a37ebdf1..8a88450747e311f5e1a5c5b69fdbdb769c7c1800 100644 (file)
@@ -11,6 +11,7 @@
 html,
 body {
     height: 100%;
+    overflow-y: scroll;
 }
 .octicon,
 .fa {