Bootstrap
- “Flatten” a List:
ul.list-inline
- lead class:
<p class="lead">
img.img-responsive
This is the BEST article telling you about bootstrap's container/row/columns:
- don't nest container
- always has columns inside row
- columns should be direct child of row
- columns can act as container
Fixed table width: https://github.com/twbs/bootstrap/issues/863
- set table css
- have td using col-md-x
How to use scrollspy?