From: Mike Reid Date: Sun, 25 Aug 2013 06:05:20 +0000 (-0600) Subject: Corrected 3.0 responsive utility class reference mapping when migrating from 2.x... X-Git-Tag: v3.0.1~126^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62fde12c8acc332db77b133bd26e687b8b1eab2e;p=thirdparty%2Fbootstrap.git 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. --- 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-*