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:
authorJames Gregory <james.gregory@epigenesys.org.uk>2016-12-29 01:22:57 +0300
committerJames Gregory <james.gregory@epigenesys.org.uk>2016-12-30 01:42:16 +0300
commitb21024684b7c8f9fdef524873434e057de7a2713 (patch)
treec30817cc438a3e2d6453a72204a5d3c4f044e781 /app/assets/stylesheets/framework/common.scss
parentf9a49d0999de0cd81accd08abc2248f9c0fa56c9 (diff)
Merged the 'groups' and 'projects' tabs when viewing user profiles
Diffstat (limited to 'app/assets/stylesheets/framework/common.scss')
-rw-r--r--app/assets/stylesheets/framework/common.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss
index 34757c57acf..67b5aa37ae7 100644
--- a/app/assets/stylesheets/framework/common.scss
+++ b/app/assets/stylesheets/framework/common.scss
@@ -26,6 +26,7 @@
.append-bottom-default { margin-bottom: $gl-padding; }
.inline { display: inline-block; }
.center { text-align: center; }
+.vertical-align-middle { vertical-align: middle; }
.underlined-link { text-decoration: underline; }
.hint { font-style: italic; color: $hint-color; }