Commit 283a9c7b7d5818c18f100e50c66420441c090fee
1 parent
3e046733
Exists in
master
and in
4 other branches
Fix margin-right for some avatars
Showing
3 changed files
with
6 additions
and
6 deletions
Show diff stats
app/assets/stylesheets/gitlab_bootstrap/common.scss
@@ -68,10 +68,10 @@ | @@ -68,10 +68,10 @@ | ||
68 | .alert-message.error { @extend .alert-error; } | 68 | .alert-message.error { @extend .alert-error; } |
69 | 69 | ||
70 | /** AVATARS **/ | 70 | /** AVATARS **/ |
71 | -img.avatar { float:left; margin-right:15px; width:40px; border:1px solid #ddd; padding:1px; } | ||
72 | -img.avatar.s16 { width:16px; height:16px; } | ||
73 | -img.avatar.s24 { width:24px; height:24px; } | ||
74 | -img.avatar.s32 { width:32px; height:32px; } | 71 | +img.avatar { float:left; margin-right:12px; width:40px; border:1px solid #ddd; padding:1px; } |
72 | +img.avatar.s16 { width:16px; height:16px; margin-right:6px; } | ||
73 | +img.avatar.s24 { width:24px; height:24px; margin-right:8px; } | ||
74 | +img.avatar.s32 { width:32px; height:32px; margin-right:10px; } | ||
75 | img.lil_av { padding-left: 4px; padding-right:3px; } | 75 | img.lil_av { padding-left: 4px; padding-right:3px; } |
76 | 76 | ||
77 | /** HELPERS **/ | 77 | /** HELPERS **/ |
app/assets/stylesheets/sections/issues.scss
app/assets/stylesheets/sections/merge_requests.scss