Twitter Bootstrap Css Extension

Example - To add bottom padding to the row class of bootstrap.

  1. create a style.css file
  2. add the following code in style.css:
  3. .bottom-buffer { margin-bottom:60px; }
  4. make the div tag with "row" class look like this:
<div class="row bottom-buffer"></div>