This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
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
Merge pull request
#2336
from andreynering/scroll-always-visible
Making scroll always visible.
tags/v1.2.0-rc1
Unknwon
9 years ago
parent
7bc247c886
72c091f2fe
commit
94ab9c184b
2 changed files
with
2 additions
and
0 deletions
Unified 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 {
body {
font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif, '微软雅黑';
font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif, '微软雅黑';
background-color: #FAFAFA;
background-color: #FAFAFA;
overflow-y: scroll;
}
}
img {
img {
border-radius: 3px;
border-radius: 3px;
+ 1
- 0
public/less/_base.less
View File
@@ -3,6 +3,7 @@
body {
body {
font-family: 'Helvetica Neue',Arial,Helvetica,sans-serif,'微软雅黑';
font-family: 'Helvetica Neue',Arial,Helvetica,sans-serif,'微软雅黑';
background-color: #FAFAFA;
background-color: #FAFAFA;
overflow-y: scroll;
}
}
img {
img {
border-radius: 3px;
border-radius: 3px;
Write
Preview
Loading…
Cancel
Save