summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {