mirror of https://github.com/go-gitea/gitea.git
* fix: Crippled diff (#4726) * Regenerate css
This commit is contained in:
parent
e9dbfc70b7
commit
eea76a5241
File diff suppressed because one or more lines are too long
|
@ -9,6 +9,9 @@ body {
|
|||
img {
|
||||
border-radius: 3px;
|
||||
}
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
.rounded {
|
||||
border-radius: .28571429rem !important;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue