This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
fix quick guide style
tags/v1.21.12.1
Unknwon
10 years ago
parent
ea6c6bc20a
commit
19c3745488
4 changed files
with
8 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
gogs.go
+3
-1
public/css/gogs.css
+3
-1
public/less/_repository.less
+1
-1
templates/.VERSION
+ 1
- 1
gogs.go
View File
@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.6.16.100
5
Beta"
const APP_VER = "0.6.16.100
7
Beta"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())
+ 3
- 1
public/css/gogs.css
View File
@@ -2299,9 +2299,11 @@ ol.linenums {
.repository.quickstart .guide .clone.button:first-child {
border-radius: .28571429rem 0 0 .28571429rem;
}
.repository.quickstart .guide .ui.action.small.input {
width: 100%;
}
.repository.quickstart .guide #repo-clone-url {
border-radius: 0;
width: 100%;
padding: 5px 10px;
font-size: 1.2em;
}
+ 3
- 1
public/less/_repository.less
View File
@@ -603,9 +603,11 @@
.clone.button:first-child {
border-radius: .28571429rem 0 0 .28571429rem;
}
.ui.action.small.input {
width: 100%;
}
#repo-clone-url {
border-radius: 0;
width: 100%;
padding: 5px 10px;
font-size: 1.2em;
}
+ 1
- 1
templates/.VERSION
View File
@@ -1 +1 @@
0.6.16.100
5
Beta
0.6.16.100
7
Beta
Write
Preview
Loading…
Cancel
Save