Browse Source

Fix #570

tags/v0.9.99
Unknwon 9 years ago
parent
commit
ecf3eb4307
4 changed files with 4 additions and 2 deletions
  1. 1
    1
      gogs.go
  2. 1
    0
      public/ng/css/gogs.css
  3. 1
    0
      public/ng/less/gogs/repository.less
  4. 1
    1
      templates/.VERSION

+ 1
- 1
gogs.go View File

"github.com/gogits/gogs/modules/setting" "github.com/gogits/gogs/modules/setting"
) )


const APP_VER = "0.5.5.1014 Beta"
const APP_VER = "0.5.5.1015 Beta"


func init() { func init() {
runtime.GOMAXPROCS(runtime.NumCPU()) runtime.GOMAXPROCS(runtime.NumCPU())

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

color: #444; color: #444;
} }
#repo-files-table thead .last-commit .text-truncate { #repo-files-table thead .last-commit .text-truncate {
max-width: 440px;
margin-left: .4em; margin-left: .4em;
} }
#repo-files-table thead .last-commit .text-truncate, #repo-files-table thead .last-commit .text-truncate,

+ 1
- 0
public/ng/less/gogs/repository.less View File

color: #444; color: #444;
} }
.text-truncate { .text-truncate {
max-width: 440px;
margin-left: .4em; margin-left: .4em;
} }
} }

+ 1
- 1
templates/.VERSION View File

0.5.5.1014 Beta
0.5.5.1015 Beta

Loading…
Cancel
Save