Better inline lists
Not a day goes by in the life of a web designer without using a <ul>
. Some days they will be dealing with inline <ul>
. Umpteen times, I have seen them doing sloppy job with that.
Look here, the list in the footer of LinkedIn.

This is how they usually write code for the inline lists.
How about tweaking the CSS a bit to align <li>
s better?