This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
gitea
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Remove padding/border-radius on image diffs (
#12346
)
for-closed-social
silverwind
4 years ago
committed by
GitHub
parent
63e5bf6ef7
commit
cd7f1fd72b
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
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