diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-07-23 15:09:28 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-07-23 15:09:28 +0000 |
commit | 14fb5a922285d71fea67de59164ee4bb81ee3486 (patch) | |
tree | d3f585c54feb676aec2f14cc85fe32d615fd7fc0 /app/assets/stylesheets/framework | |
parent | d9b0b3243e3cd71a08ff5d4035b7882cc7a5a35f (diff) | |
download | gitlab-ce-14fb5a922285d71fea67de59164ee4bb81ee3486.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/stylesheets/framework')
-rw-r--r-- | app/assets/stylesheets/framework/common.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss index 1abb7a9c06f..3b094c3d1a2 100644 --- a/app/assets/stylesheets/framework/common.scss +++ b/app/assets/stylesheets/framework/common.scss @@ -402,7 +402,6 @@ img.emoji { .prepend-left-15 { margin-left: 15px; } .prepend-left-20 { margin-left: 20px; } .prepend-left-64 { margin-left: 64px; } -.append-right-15 { margin-right: 15px; } .append-right-20 { margin-right: 20px; } .append-bottom-10 { margin-bottom: 10px; } .append-bottom-20 { margin-bottom: 20px; } |