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
work on
#616
tags/v1.2.0-rc1
Unknwon
11 years ago
parent
e0de6cb5ad
commit
dfa4b38081
2 changed files
with
7 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-2
public/ng/css/gogs.css
+4
-3
public/ng/less/gogs/repository.less
+ 3
- 2
public/ng/css/gogs.css
View File
@@ -1066,8 +1066,9 @@ The register and sign-in page style
#repo-header-download-drop input {
font-size: 11px;
}
#repo-clone {
width: inherit;
#repo-header-download-drop #repo-clone-copy {
width: 85px;
text-overflow: clip;
}
#repo-content {
padding: 18px 0;
+ 4
- 3
public/ng/less/gogs/repository.less
View File
@@ -84,9 +84,10 @@
button, input {
font-size: 11px;
}
}
#repo-clone {
width: inherit;
#repo-clone-copy {
width: 85px;
text-overflow: clip;
}
}
#repo-content {
padding: 18px 0;
Write
Preview
Loading…
Cancel
Save