diff options
author | Unknwon <u@gogs.io> | 2015-08-14 02:43:40 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-08-14 02:43:40 +0800 |
commit | 817b48ed1e083b5291afd339bda573cba14bba8d (patch) | |
tree | 52a38a2c63c49afb45d45ac3fc06b3c730aa9cca /public/less | |
parent | 1fb53067f478414302096d5d976a3db85df9e2eb (diff) | |
download | gitea-817b48ed1e083b5291afd339bda573cba14bba8d.tar.gz gitea-817b48ed1e083b5291afd339bda573cba14bba8d.zip |
Show owner/poster tags of comments and fix #1312
Diffstat (limited to 'public/less')
-rw-r--r-- | public/less/_repository.less | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/public/less/_repository.less b/public/less/_repository.less index 47f8fc1504..426be0c972 100644 --- a/public/less/_repository.less +++ b/public/less/_repository.less @@ -180,6 +180,14 @@ .avatar { width: @comment-avatar-width; } + .tag { + color: #767676; + margin-top: 3px; + padding: 2px 5px; + font-size: 12px; + border: 1px solid rgba(0,0,0,0.1); + border-radius: 3px; + } .content { margin-left: 4em; .header { |