diff options
Diffstat (limited to 'docs/templates')
| -rw-r--r-- | docs/templates/pages/scaffolding.mustache | 6 |
1 files changed, 3 insertions, 3 deletions
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> |
