Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorconnorshea <connor.james.shea@gmail.com>2016-03-17 02:29:47 +0300
committerconnorshea <connor.james.shea@gmail.com>2016-03-17 04:23:23 +0300
commite106597e31490a0dcfa9ff0fe5f88b13c19fd766 (patch)
tree362a331550f3560d2c144073e5d5dd03ffd0c6e9 /app/assets/stylesheets/framework/mobile.scss
parent6349f4909ba9a1f56bd3f3951b48da7966eb6895 (diff)
Follow the CSS Style Guide rules for unitless zero values.
Updated Emoji Rake task to conform to style guide. Discussed in #14299. [ci skip]
Diffstat (limited to 'app/assets/stylesheets/framework/mobile.scss')
-rw-r--r--app/assets/stylesheets/framework/mobile.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/mobile.scss b/app/assets/stylesheets/framework/mobile.scss
index ec10a70cf0f..5ea4f9a49db 100644
--- a/app/assets/stylesheets/framework/mobile.scss
+++ b/app/assets/stylesheets/framework/mobile.scss
@@ -128,7 +128,7 @@
.show-aside {
display: none;
position: fixed;
- right: 0px;
+ right: 0;
top: 30%;
padding: 5px 15px;
background: #eee;