diff options
author | chriswatt <info@chriswatt.org> | 2016-02-07 16:41:11 +0000 |
---|---|---|
committer | chriswatt <info@chriswatt.org> | 2016-02-07 16:41:11 +0000 |
commit | 133397ee0d89921a4f5910324cec42ce15b57695 (patch) | |
tree | 290a0ade4b064d0ad95b4831b21a6c722d52fd01 /public/less/_repository.less | |
parent | 16270ee9a43219aaa87e0d21ef93463a8cd1c8fe (diff) | |
download | gitea-133397ee0d89921a4f5910324cec42ce15b57695.tar.gz gitea-133397ee0d89921a4f5910324cec42ce15b57695.zip |
Rename #avatararrow to #avatar-arrow
Diffstat (limited to 'public/less/_repository.less')
-rw-r--r-- | public/less/_repository.less | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/public/less/_repository.less b/public/less/_repository.less index 18d019446b..da4cb7d874 100644 --- a/public/less/_repository.less +++ b/public/less/_repository.less @@ -268,7 +268,7 @@ } .content { margin-left: 4em; - #avatararrow; + #avatar-arrow; &:after { border-right-color: #fff; } @@ -380,7 +380,7 @@ .content { margin-left: 4em; .header { - #avatararrow; + #avatar-arrow; font-weight: normal; padding: auto 15px; position: relative; @@ -484,7 +484,7 @@ clear: none; } .form { - #avatararrow; + #avatar-arrow; &:after { border-right-color: #fff; } @@ -590,7 +590,7 @@ } .comment.form { .content { - #avatararrow; + #avatar-arrow; &:after { border-right-color: #fff; } @@ -1248,7 +1248,7 @@ } } -#avatararrow { +#avatar-arrow { &:before, &:after { right: 100%; top: 20px; |