summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2015-12-23 10:41:29 -0500
committerJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2015-12-23 10:41:29 -0500
commit8831f5dcb5f43b31db152b0f81b911c6fa9e76cb (patch)
treef8b14186061fd677768006e552558ad68c920e21 /app
parent3686b45560fc7be2e480d4041a56ad33fc2159c4 (diff)
downloadgitlab-ce-8831f5dcb5f43b31db152b0f81b911c6fa9e76cb.tar.gz
moves border bottom to `left-menu-top` class.
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/framework/common.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss
index bf474fed534..11730000f85 100644
--- a/app/assets/stylesheets/framework/common.scss
+++ b/app/assets/stylesheets/framework/common.scss
@@ -376,12 +376,11 @@ table {
.center-top-menu, .left-top-menu {
@include nav-menu;
- text-align: left;
+ text-align: center;
margin-top: 5px;
margin-bottom: $gl-padding;
height: auto;
margin-top: -$gl-padding;
- border-bottom: 1px solid #EEE;
&.no-bottom {
margin-bottom: 0;
@@ -411,6 +410,7 @@ table {
.left-top-menu {
text-align: left;
+ border-bottom: 1px solid #EEE;
}
.center-middle-menu {