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-19 00:18:00 +0300
committerconnorshea <connor.james.shea@gmail.com>2016-03-19 00:24:13 +0300
commit5a1572a42638123da9a4a460ae881d7e38dea269 (patch)
tree39ee9b86bd2d0c854c2ca354e5f7902491272318 /app/assets/stylesheets/pages/issuable.scss
parentc790107854658a37d97b9a1c9066338eb12b06bf (diff)
Follow the CSS Style Guide rules for using shorthand where possible.
Fixes violations of Shorthand. Discussed in #14299. [ci skip]
Diffstat (limited to 'app/assets/stylesheets/pages/issuable.scss')
-rw-r--r--app/assets/stylesheets/pages/issuable.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/assets/stylesheets/pages/issuable.scss b/app/assets/stylesheets/pages/issuable.scss
index 2760af8a48a..5300bb52a1b 100644
--- a/app/assets/stylesheets/pages/issuable.scss
+++ b/app/assets/stylesheets/pages/issuable.scss
@@ -183,7 +183,7 @@
.block {
width: $sidebar_collapsed_width - 1px;
margin-left: -19px;
- padding: 15px 0 0 0;
+ padding: 15px 0 0;
border-bottom: none;
overflow: hidden;
}
@@ -273,12 +273,12 @@
}
.participants-list {
- margin: -5px -5px;
+ margin: -5px;
}
.participants-author {
display: inline-block;
- padding: 5px 5px;
+ padding: 5px;
.author_link {
display: block;