Commit 143a711b372f70904aeeb06d40701e462ef6ba35
1 parent
bba82bb2
Exists in
master
and in
8 other branches
Fix a 'pixel' problem at nav border
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
sass/_nav.scss
@@ -38,7 +38,7 @@ nav li a.active { | @@ -38,7 +38,7 @@ nav li a.active { | ||
38 | background: #fff; | 38 | background: #fff; |
39 | color: #03316f; | 39 | color: #03316f; |
40 | border: 1px solid #03316f; | 40 | border: 1px solid #03316f; |
41 | - border-bottom: none; | 41 | + border-bottom: 1px solid #fff; |
42 | 42 | ||
43 | &:hover{ | 43 | &:hover{ |
44 | cursor: default; | 44 | cursor: default; |