This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
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
Making scroll always visible.
tags/v1.21.12.1
Andrey Nering
9 years ago
parent
590637246b
commit
cb8134da52
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
public/css/gogs.css
+1
-0
public/less/_base.less
+ 1
- 0
public/css/gogs.css
View File
@@ -718,6 +718,7 @@
body {
font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif, '微软雅黑';
background-color: #FAFAFA;
overflow-y: scroll;
}
img {
border-radius: 3px;
+ 1
- 0
public/less/_base.less
View File
@@ -3,6 +3,7 @@
body {
font-family: 'Helvetica Neue',Arial,Helvetica,sans-serif,'微软雅黑';
background-color: #FAFAFA;
overflow-y: scroll;
}
img {
border-radius: 3px;
Write
Preview
Loading…
Cancel
Save