From 62fde12c8acc332db77b133bd26e687b8b1eab2e Mon Sep 17 00:00:00 2001 From: Mike Reid Date: Sun, 25 Aug 2013 00:05:20 -0600 Subject: [PATCH] Corrected 3.0 responsive utility class reference mapping when migrating from 2.x (now accounting for new Large device support.) Also synchronized breakpoint values from Grid options > Media queries, for clarity. --- getting-started.html | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/getting-started.html b/getting-started.html index d264126f1a..c3d861da19 100644 --- a/getting-started.html +++ b/getting-started.html @@ -369,27 +369,27 @@ bootstrap/ .visible-phone - .visible-sm + .visible-xs .visible-tablet - .visible-md + .visible-sm .visible-desktop - .visible-lg + .visible-md .hidden-phone - .hidden-sm + .hidden-xs .hidden-tablet - .hidden-md + .hidden-sm .hidden-desktop - .hidden-lg + .hidden-md .input-small @@ -460,21 +460,25 @@ bootstrap/ .jumbotron - Tiny grid (<768 px) + Tiny grid (<768px) .col-xs-* - Small grid (>768 px) + Small grid (≥768px) .col-sm-* - Medium grid (>992 px) + Medium grid (≥992px) .col-md-* - Large grid (>1200 px) + Large grid (≥1200px) .col-lg-* + + Responsive utility classes (≥1200px) + .visible-lg .hidden-lg + Offsets .col-sm-offset-* .col-md-offset-* .col-lg-offset-*