summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/avatar.scss
diff options
context:
space:
mode:
authorconnorshea <connor.james.shea@gmail.com>2016-03-18 14:42:53 -0600
committerconnorshea <connor.james.shea@gmail.com>2016-03-18 14:45:03 -0600
commit5640249daa4c55a387c80195b4c3ad8eaf26fdac (patch)
tree3868775caa0612907a4f581bbc935ee4406e525d /app/assets/stylesheets/framework/avatar.scss
parentc790107854658a37d97b9a1c9066338eb12b06bf (diff)
downloadgitlab-ce-5640249daa4c55a387c80195b4c3ad8eaf26fdac.tar.gz
Fix a few remaining uses of `0px`.
See #14299 for more information. [ci skip]
Diffstat (limited to 'app/assets/stylesheets/framework/avatar.scss')
-rw-r--r--app/assets/stylesheets/framework/avatar.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/avatar.scss b/app/assets/stylesheets/framework/avatar.scss
index b7ffa3e6ffb..5aa425dab6c 100644
--- a/app/assets/stylesheets/framework/avatar.scss
+++ b/app/assets/stylesheets/framework/avatar.scss
@@ -16,7 +16,7 @@
}
&.group-avatar, &.project-avatar, &.avatar-tile {
- @include border-radius(0px);
+ @include border-radius(0);
}
&.s16 { width: 16px; height: 16px; margin-right: 6px; }