css - Silver bars above and below Bootstrap 3 navbar -


there thin silver or white maybe, bars @ top , bottom of bootstrap 3 navbar. i'm unable locate css class change. tried using chrome console work out i'm having no luck on one. can lend expertise?

enter image description here

here jsfiddle

some "code" needed here or can't post jsfiddle link?

in boostrap.min.css file for:

.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent} 

change to:

.navbar{position:relative;min-height:50px;margin-bottom:20px;border:none} 

Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -