Commit 8831f5dc authored by Jacob Schatz's avatar Jacob Schatz

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

parent 3686b455
......@@ -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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment