diff --git a/css.html b/css.html
index 95f9f095e..c03d6f776 100644
--- a/css.html
+++ b/css.html
@@ -91,16 +91,20 @@ base_url: "../"
|
- Tiny grid
+ Tiny devices
Phones (<480px)
|
- Small grid
+ Small devices
Tablets (<768px)
|
- Medium-large grid
- Desktops (>768px)
+ Medium devices
+ Desktops (>992px)
+ |
+
+ Large devices
+ Desktops (>1200px)
|
@@ -108,31 +112,49 @@ base_url: "../"
| Grid behavior |
Horizontal at all times |
- Collapsed to start, horizontal above breakpoints |
+ Collapsed to start, horizontal above breakpoints |
+
+
+ | Max container width |
+ None (auto) |
+ 728px |
+ 940px |
+ 1170px |
| Class prefix |
.col- |
.col-sm- |
- .col-lg- |
+ .col-lg- |
| # of columns |
- 12 |
+ 12 |
+
+
+ | Max column width |
+ Auto |
+ ~60px |
+ ~78px |
+ ~98px |
+
+
+ | Gutter width |
+ 30px (15px on each side of a column) |
| Nestable |
- Yes |
+ Yes |
| Offsets |
N/A |
- Yes |
+ Yes |
| Column ordering |
N/A |
- Yes |
+ Yes |
@@ -1403,7 +1425,7 @@ For example, <section> should be wrapped as inline.
{% endhighlight %}
Selects
- Use the default option or specify a multiple="multiple" to show multiple options at once.
+ Use the default option, or add multiple to show multiple options at once.