summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-12-11 20:39:26 +0100
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-12-11 20:39:26 +0100
commit51c8d037d37f19fdbf4ad89e1a1c39da9ca4f150 (patch)
tree404cf98c5c46d78eef010d44ee3b6e03bbc77368 /app/assets/stylesheets/framework
parent03a5df9974df4dc839107053e66994a11a358866 (diff)
downloadgitlab-ce-51c8d037d37f19fdbf4ad89e1a1c39da9ca4f150.tar.gz
Make profile navigation full widefix-profile-nav
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/assets/stylesheets/framework')
-rw-r--r--app/assets/stylesheets/framework/common.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss
index 88da799ee2b..7562ef6d24b 100644
--- a/app/assets/stylesheets/framework/common.scss
+++ b/app/assets/stylesheets/framework/common.scss
@@ -401,6 +401,11 @@ table {
border-bottom: 1px solid $border-color;
height: 57px;
}
+
+ &.wide {
+ margin-left: -$gl-padding;
+ margin-right: -$gl-padding;
+ }
}
.center-middle-menu {