One minor visual thing:<p>The Bootstrap Navlist .well has some inline style to remove the padding, so the blue highlight goes from side to side.<p><pre><code> padding: 8px 0px;
</code></pre>
It's a bit weird that it's not in the actual Bootstrap code, but that's what they have in their doc example (to be exact, they don't show that in the example code listing, but if you examine the example it has that code).