diff options
author | Sorien <Sorien@users.noreply.github.com> | 2020-04-19 02:15:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-19 03:15:07 +0300 |
commit | 0ef11ff2c909d1775642fa03b09f1342fcaaeb69 (patch) | |
tree | 1db096db0dbc59b3b4f31b55420677b92a3d634d /web_src | |
parent | b57a735e7739550ed4677af71c5eb0a8032a69f3 (diff) | |
download | gitea-0ef11ff2c909d1775642fa03b09f1342fcaaeb69.tar.gz gitea-0ef11ff2c909d1775642fa03b09f1342fcaaeb69.zip |
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>
Diffstat (limited to 'web_src')
-rw-r--r-- | web_src/less/_repository.less | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web_src/less/_repository.less b/web_src/less/_repository.less index 884d4193d8..979d2ab45b 100644 --- a/web_src/less/_repository.less +++ b/web_src/less/_repository.less @@ -810,6 +810,10 @@ &.event > .text { line-height: 30px; } + + .author { + font-weight: 700; + } } .comment { |