I came across this line in the Bootstrap documentation at this url: http://getbootstrap.com/css/#grid-intro
It says:
- Columns create gutters (gaps between column content) via padding. That padding is offset in rows for the first and last column via negative margin on .rows.
- The negative margin is why the examples below are outdented. It's so that content within grid columns is lined up with non-grid content.
The first one makes sense. However, I don't get the second one. If you look at the page, the grid examples are indeed outdented but that does not align the grid to the rest of the content. It just keeps it... um... outdented. :-)
Can someone explain to me what they are trying to say here?
Thank you!