1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-11 05:55:29 +00:00

consolidate author name across timeline (#11053)

* consolidate author name across timeline

* Sync with master

Co-authored-by: John Olheiser <john.olheiser@gmail.com>
Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
Sorien
2020-04-19 02:15:07 +02:00
committed by GitHub
parent b57a735e77
commit 0ef11ff2c9
4 changed files with 114 additions and 63 deletions

View File

@ -810,6 +810,10 @@
&.event > .text {
line-height: 30px;
}
.author {
font-weight: 700;
}
}
.comment {