diff options
| author | Mark Otto <[email protected]> | 2012-07-09 20:55:11 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-07-09 20:55:11 -0700 |
| commit | 413c05a09d42d59df75267a14bd6019b0f6bf1cc (patch) | |
| tree | f4b844a41e04d3ed5e0b1327e5b8369812a3c0b1 | |
| parent | 93be608bf0a4b85ec3331ebcc14e40f99a1974f2 (diff) | |
| download | bootstrap-413c05a09d42d59df75267a14bd6019b0f6bf1cc.tar.xz bootstrap-413c05a09d42d59df75267a14bd6019b0f6bf1cc.zip | |
fixes #3381: update docs to show correct media query range on responsive utilities
| -rw-r--r-- | docs/scaffolding.html | 6 | ||||
| -rw-r--r-- | docs/templates/pages/scaffolding.mustache | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/docs/scaffolding.html b/docs/scaffolding.html index 09ea5664b..0538b2ab6 100644 --- a/docs/scaffolding.html +++ b/docs/scaffolding.html @@ -532,9 +532,9 @@ <thead> <tr> <th>Class</th> - <th>Phones <small>480px and below</small></th> - <th>Tablets <small>767px and below</small></th> - <th>Desktops <small>768px and above</small></th> + <th>Phones <small>767px and below</small></th> + <th>Tablets <small>979px to 768px</small></th> + <th>Desktops <small>Default</small></th> </tr> </thead> <tbody> diff --git a/docs/templates/pages/scaffolding.mustache b/docs/templates/pages/scaffolding.mustache index 2d2581400..e05597405 100644 --- a/docs/templates/pages/scaffolding.mustache +++ b/docs/templates/pages/scaffolding.mustache @@ -466,9 +466,9 @@ <thead> <tr> <th>{{_i}}Class{{/i}}</th> - <th>{{_i}}Phones <small>480px and below</small>{{/i}}</th> - <th>{{_i}}Tablets <small>767px and below</small>{{/i}}</th> - <th>{{_i}}Desktops <small>768px and above</small>{{/i}}</th> + <th>{{_i}}Phones <small>767px and below</small>{{/i}}</th> + <th>{{_i}}Tablets <small>979px to 768px</small>{{/i}}</th> + <th>{{_i}}Desktops <small>Default</small>{{/i}}</th> </tr> </thead> <tbody> |
