diff --git a/docs/_includes/css/grid.html b/docs/_includes/css/grid.html index 46ed466275..509b4cec57 100644 --- a/docs/_includes/css/grid.html +++ b/docs/_includes/css/grid.html @@ -306,6 +306,38 @@ {% endhighlight %} +
Remove the gutters from a row and it's columns with the .row-no-gutters
class.
Move columns to the right using .col-md-offset-*
classes. These classes increase the left margin of a column by *
columns. For example, .col-md-offset-4
moves .col-md-4
over four columns.