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/pages/sherlock.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/pages/sherlock.scss')
-rw-r--r--app/assets/stylesheets/pages/sherlock.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/sherlock.scss b/app/assets/stylesheets/pages/sherlock.scss
index 92d84d9640f..bed6470dbd3 100644
--- a/app/assets/stylesheets/pages/sherlock.scss
+++ b/app/assets/stylesheets/pages/sherlock.scss
@@ -13,13 +13,13 @@ table .sherlock-code {
}
.sherlock-line-samples-table {
- margin-bottom: 0px !important;
+ margin-bottom: 0 !important;
thead tr th,
tbody tr td {
font-size: 13px !important;
text-align: right;
- padding: 0px 10px !important;
+ padding: 0 10px !important;
}
}