From: Mark Otto Date: Tue, 10 Jul 2012 03:55:11 +0000 (-0700) Subject: fixes #3381: update docs to show correct media query range on responsive utilities X-Git-Tag: v2.1.0~2^2~204 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=413c05a09d42d59df75267a14bd6019b0f6bf1cc;p=thirdparty%2Fbootstrap.git fixes #3381: update docs to show correct media query range on responsive utilities --- diff --git a/docs/scaffolding.html b/docs/scaffolding.html index 09ea5664b2..0538b2ab6a 100644 --- a/docs/scaffolding.html +++ b/docs/scaffolding.html @@ -532,9 +532,9 @@ Class - Phones 480px and below - Tablets 767px and below - Desktops 768px and above + Phones 767px and below + Tablets 979px to 768px + Desktops Default diff --git a/docs/templates/pages/scaffolding.mustache b/docs/templates/pages/scaffolding.mustache index 2d25814001..e055974055 100644 --- a/docs/templates/pages/scaffolding.mustache +++ b/docs/templates/pages/scaffolding.mustache @@ -466,9 +466,9 @@ {{_i}}Class{{/i}} - {{_i}}Phones 480px and below{{/i}} - {{_i}}Tablets 767px and below{{/i}} - {{_i}}Desktops 768px and above{{/i}} + {{_i}}Phones 767px and below{{/i}} + {{_i}}Tablets 979px to 768px{{/i}} + {{_i}}Desktops Default{{/i}}