mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +01:00
* fix: Crippled diff (#4726) * Regenerate css
This commit is contained in:
parent
e9dbfc70b7
commit
eea76a5241
2 changed files with 4 additions and 1 deletions
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 a new issue