diff options
author | Unknwon <u@gogs.io> | 2015-09-02 04:08:05 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-09-02 04:08:05 -0400 |
commit | 37e0cee8770fc4f14857e16eabe83ab7e93a0646 (patch) | |
tree | 2eacd8816cb783f208b2afd061d6162cfeafca0e /public/less/_repository.less | |
parent | 65e73c4ac63b4d8cb5cd1ec6077fa6085e46895c (diff) | |
download | gitea-37e0cee8770fc4f14857e16eabe83ab7e93a0646.tar.gz gitea-37e0cee8770fc4f14857e16eabe83ab7e93a0646.zip |
finish PR UI
Diffstat (limited to 'public/less/_repository.less')
-rw-r--r-- | public/less/_repository.less | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/public/less/_repository.less b/public/less/_repository.less index 2db79fd090..4548c13ff4 100644 --- a/public/less/_repository.less +++ b/public/less/_repository.less @@ -171,6 +171,12 @@ box-shadow: none; background-color: inherit; } + .merge.box { + .avatar { + margin-left: 10px; + margin-top: 10px; + } + } } .comment-list { &:before { |