Skip to content
Snippets Groups Projects
Commit 8831f5dc authored by Jacob Schatz's avatar Jacob Schatz
Browse files

moves border bottom to `left-menu-top` class.

parent 3686b455
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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;
Loading
Loading
@@ -411,6 +410,7 @@ table {
 
.left-top-menu {
text-align: left;
border-bottom: 1px solid #EEE;
}
 
.center-middle-menu {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment