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:
authortauriedavis <taurie@gitlab.com>2017-07-14 18:40:15 +0300
committerPhil Hughes <me@iamphill.com>2017-07-28 17:29:13 +0300
commitc8fbba43a8a92f3b96a0940d3439534c6b340f10 (patch)
treee74d94c06c89053458f600c7ade037890beb5e6b /app/assets/stylesheets/pages/settings.scss
parentd7b8b38db7e22e247b0cac30645b1bc7647eeb3a (diff)
css fixes
Diffstat (limited to 'app/assets/stylesheets/pages/settings.scss')
-rw-r--r--app/assets/stylesheets/pages/settings.scss7
1 files changed, 6 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/settings.scss b/app/assets/stylesheets/pages/settings.scss
index 1b53e78c954..15df51e9c69 100644
--- a/app/assets/stylesheets/pages/settings.scss
+++ b/app/assets/stylesheets/pages/settings.scss
@@ -95,9 +95,14 @@
}
.bs-callout,
- .checkbox:first-child {
+ .checkbox:first-child,
+ .help-block {
margin-top: 0;
}
+
+ .label-light {
+ margin-bottom: 0;
+ }
}
.settings-list-icon {