Skip to content

Commit b675261

Browse files
committed
Merge pull request #52 from nexero/master
fixed small resolution display error for main-menu and flickering men…
2 parents a03c5a2 + 2cdcd07 commit b675261

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

stylesheets/application.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,9 @@ label[for="q"]{
196196
border-bottom: 2px solid #dee4e9;
197197
}
198198
/*=========MAIN MENU=======*/
199+
#main-menu {
200+
margin-right:0;
201+
}
199202
#main-menu li a.selected,
200203
#main-menu li a.selected:hover {
201204
border-bottom: 3px solid #40aff8;
@@ -208,6 +211,7 @@ label[for="q"]{
208211
text-transform: uppercase;
209212
margin-left: 20px;
210213
padding: 4px 5px 4px 5px;
214+
border-bottom: 3px solid #fff;
211215
}
212216
#main-menu li a:hover {
213217
background: none;

0 commit comments

Comments
 (0)