Retirer la bordure du dernier enfant CSS
.menu li:last-child {
border: none;
}
Confused Chinchilla
.menu li:last-child {
border: none;
}