Remove Spacing between li
css
Solution
Make your `li` tags `display:block;` and `float:left;` (instead of `display:inline;`)
Problem
How can I remove spacing between the li found here? http://blog.raveis.com/badge/b.html Confused on how to do this and I don't want to use negative margins. any help would be greatly appreciated.