Skip to content

Commit

Permalink
Merge pull request #52 from nexero/master
Browse files Browse the repository at this point in the history
fixed small resolution display error for main-menu and flickering men…
  • Loading branch information
Nitrino committed Jul 7, 2015
2 parents a03c5a2 + 2cdcd07 commit b675261
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,9 @@ label[for="q"]{
border-bottom: 2px solid #dee4e9;
}
/*=========MAIN MENU=======*/
#main-menu {
margin-right:0;
}
#main-menu li a.selected,
#main-menu li a.selected:hover {
border-bottom: 3px solid #40aff8;
Expand All @@ -208,6 +211,7 @@ label[for="q"]{
text-transform: uppercase;
margin-left: 20px;
padding: 4px 5px 4px 5px;
border-bottom: 3px solid #fff;
}
#main-menu li a:hover {
background: none;
Expand Down

0 comments on commit b675261

Please sign in to comment.