summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2014-10-15 07:55:20 -0400
committerUnknwon <joe2010xtmf@163.com>2014-10-15 07:55:20 -0400
commitecf3eb4307c13c74d928656a140b7bb2ae804fd9 (patch)
tree080487c1e4b44538253efe12a16c30a5a38267df
parent9ae92459a53f9cccd34460f859c1370715c36a1d (diff)
downloadgitea-ecf3eb4307c13c74d928656a140b7bb2ae804fd9.tar.gz
gitea-ecf3eb4307c13c74d928656a140b7bb2ae804fd9.zip
Fix #570
-rw-r--r--gogs.go2
-rw-r--r--public/ng/css/gogs.css1
-rw-r--r--public/ng/less/gogs/repository.less1
-rw-r--r--templates/.VERSION2
4 files changed, 4 insertions, 2 deletions
diff --git a/gogs.go b/gogs.go
index 5a3f5114cd..8484de580b 100644
--- a/gogs.go
+++ b/gogs.go
@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
-const APP_VER = "0.5.5.1014 Beta"
+const APP_VER = "0.5.5.1015 Beta"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())
diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css
index 48aac6e3d9..581ec621a7 100644
--- a/public/ng/css/gogs.css
+++ b/public/ng/css/gogs.css
@@ -1250,6 +1250,7 @@ The register and sign-in page style
color: #444;
}
#repo-files-table thead .last-commit .text-truncate {
+ max-width: 440px;
margin-left: .4em;
}
#repo-files-table thead .last-commit .text-truncate,
diff --git a/public/ng/less/gogs/repository.less b/public/ng/less/gogs/repository.less
index 0163b42bbf..8f02fc5846 100644
--- a/public/ng/less/gogs/repository.less
+++ b/public/ng/less/gogs/repository.less
@@ -294,6 +294,7 @@
color: #444;
}
.text-truncate {
+ max-width: 440px;
margin-left: .4em;
}
}
diff --git a/templates/.VERSION b/templates/.VERSION
index 607d148f00..298b4be8e6 100644
--- a/templates/.VERSION
+++ b/templates/.VERSION
@@ -1 +1 @@
-0.5.5.1014 Beta \ No newline at end of file
+0.5.5.1015 Beta \ No newline at end of file