diff options
| author | Mark Otto <[email protected]> | 2012-10-01 11:18:49 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-10-01 11:18:49 -0700 |
| commit | c6c1ada60074e420fa93174cb3db167faf618e2b (patch) | |
| tree | 3291c483a5bfbbfb9d8f8c871e524b221bb9bb86 /docs/templates | |
| parent | a90334eebb0199c15f32059d9d3a285498dec188 (diff) | |
| download | bootstrap-c6c1ada60074e420fa93174cb3db167faf618e2b.tar.xz bootstrap-c6c1ada60074e420fa93174cb3db167faf618e2b.zip | |
clarify tables support of responsive utility classes, of which there is none
Diffstat (limited to 'docs/templates')
| -rw-r--r-- | docs/templates/pages/scaffolding.mustache | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates/pages/scaffolding.mustache b/docs/templates/pages/scaffolding.mustache index f87af3c90..85ae5ea02 100644 --- a/docs/templates/pages/scaffolding.mustache +++ b/docs/templates/pages/scaffolding.mustache @@ -442,7 +442,7 @@ </table> <h3>{{_i}}When to use{{/i}}</h3> - <p>{{_i}}Use on a limited basis and avoid creating entirely different versions of the same site. Instead, use them to complement each device's presentation.{{/i}}</p> + <p>{{_i}}Use on a limited basis and avoid creating entirely different versions of the same site. Instead, use them to complement each device's presentation. Responsive utilities should not be used with tables, and as such are not supported.{{/i}}</p> <h3>{{_i}}Responsive utilities test case{{/i}}</h3> <p>{{_i}}Resize your browser or load on different devices to test the above classes.{{/i}}</p> |
