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:
authorJacob Schatz <jschatz1@gmail.com>2016-04-14 21:11:18 +0300
committerJacob Schatz <jschatz1@gmail.com>2016-04-14 21:11:18 +0300
commit9cd5e0fc48c408f96a06c0a2b81bc70dfea9d98d (patch)
treed91c32b693377454f9b184ede2da082ce0c5aad4 /app/assets/stylesheets/pages/labels.scss
parent95a867e0af51370371cbe623b8851c2a3848f12f (diff)
parenta2931a392a4a96ad6df00c98578c193b91e4027f (diff)
Merge branch 'subscribe-button-fix' into 'master'
Removed references to subscribe-button CSS class These were being blocked by adblocks Closes #15043 See merge request !3677
Diffstat (limited to 'app/assets/stylesheets/pages/labels.scss')
-rw-r--r--app/assets/stylesheets/pages/labels.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/labels.scss b/app/assets/stylesheets/pages/labels.scss
index da20fa28802..e179bdf0048 100644
--- a/app/assets/stylesheets/pages/labels.scss
+++ b/app/assets/stylesheets/pages/labels.scss
@@ -117,7 +117,7 @@
padding: 6px;
color: $gl-text-color;
- &.subscribe-button {
+ &.label-subscribe-button {
padding-left: 0;
}
}