1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-23 10:48:37 +00:00

fix: Crippled diff (#4726) (#4900)

* fix: Crippled diff (#4726)

* Regenerate css
This commit is contained in:
Toni Villena
2018-09-09 20:11:49 +02:00
committed by Jonas Franz
parent e9dbfc70b7
commit eea76a5241
2 changed files with 4 additions and 1 deletions

View File

@@ -9,6 +9,9 @@ body {
img {
border-radius: 3px;
}
table {
border-collapse: collapse;
}
.rounded {
border-radius: .28571429rem !important;
}