Skip to content

Commit

Permalink
Improve mobile menu appearance for Firefox on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe-Brady committed Nov 29, 2016
1 parent b5d235b commit 31ef136
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions css/style_header_global.css
Expand Up @@ -5,7 +5,7 @@
}

.menu ul li {
border-top: solid 1px #e4e4e4;
border-top: solid 1px #e6e6e6;
}

.menu ul li, .menu li {
Expand Down Expand Up @@ -467,16 +467,16 @@ header {
#navmenu {
left: 0;
padding: 0;
transform: translateY(-2px);
transform: translateY(-4px);
background: #fff;
width: 100%;
display: none;
}

#navmenu > li {
float: none;
border-bottom: 1px solid #ccc !important;
margin: 0;
/*border-bottom: 1px solid #ccc !important;*/
margin: 1px;
/*min-height: 47px;*/
position: relative;
background: #eee;
Expand Down

0 comments on commit 31ef136

Please sign in to comment.