Created by: sirreal
The correct spacing around @breadcrumb-separator
is achieved by li:before {padding: 0 5px;}
.
Adding a space after the @breadcrumb-separator
was causing the left side to be 5px and the right to be 5px + " ", making one side larger than the other.
Tested: OSX - Chrome / Firefox