diff --git a/_includes/nav-css.html b/_includes/nav-css.html index ae5962c7c7..4ef5e4bca0 100644 --- a/_includes/nav-css.html +++ b/_includes/nav-css.html @@ -79,6 +79,7 @@ Helper classes
Bootstrap includes a responsive, mobile first fluid grid system that appropriately scales up to 12 columns as the device or viewport size increases. It includes predefined classes for easy layout options, as well as powerful mixins for generating more semantic layouts.
+Grid systems are great for building easy to use and maintain web pages. In the most basic implementation, you create rows of columns to house your content. Bootstrap's grid system enables this in two ways: predefined CSS classes and LESS mixins. In both cases, the following guidelines apply.
+.row
to house your columns. No content should be placed directly within a row, only in columns.We use the following media queries in our LESS files to create the key breakpoints in our grid system.
{% highlight css %} @@ -2258,6 +2265,16 @@ For example,<section>
should be wrapped as inline.
{% endhighlight %}
+ Use carets to indicate dropdown functionality and direction. Note that the default caret will reverse automatically in dropup menus.
+Float an element to the left or right with a class. !important
is included to avoid specificity issues. Classes can also be used as mixins.