summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-05-13 11:24:00 -0500
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-05-13 11:24:00 -0500
commit9a7a0415535da7541095de363dee37b9f09fe702 (patch)
treefdf4d59f6e980cd4e03048fd9a7e4fff124911bd
parent2148566b3dce96f36bbf86555ef0d68758044429 (diff)
downloadgitlab-ce-9a7a0415535da7541095de363dee37b9f09fe702.tar.gz
Fix login btn vertical align
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r--app/assets/stylesheets/framework/common.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss
index 3386523dbf7..f8aecd0558d 100644
--- a/app/assets/stylesheets/framework/common.scss
+++ b/app/assets/stylesheets/framework/common.scss
@@ -289,7 +289,7 @@ table {
text-shadow: none;
@media (min-width: $screen-sm-min) {
- margin-top: 11px;
+ margin-top: 8px;
}
}