See here:
As you can see I have thin lines on either side of the home button, when I added that, I assumed it was going to add it to each menu item, it has not, how do I go about this? this is the code I have:
.x-navbar .desktop .x-nav>li:first-child>a {
border-left: 1px solid #A6A8AB;
border-right: 1px solid #A6A8AB;
}
Thanks.