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
Remove padding/border-radius on image diffs (
#12346
)
tags/v1.13.0-rc1
silverwind
GitHub
4 years ago
parent
22cc92e3eb
commit
d13c874270
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
web_src/less/_repository.less
+ 2
- 1
web_src/less/_repository.less
View File
@@ -440,7 +440,8 @@
}
img {
padding: 5px 5px 0;
padding: 0;
border-radius: 0;
}
}
Write
Preview
Loading…
Cancel
Save