aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-10-01 11:18:49 -0700
committerMark Otto <[email protected]>2012-10-01 11:18:49 -0700
commitc6c1ada60074e420fa93174cb3db167faf618e2b (patch)
tree3291c483a5bfbbfb9d8f8c871e524b221bb9bb86
parenta90334eebb0199c15f32059d9d3a285498dec188 (diff)
downloadbootstrap-c6c1ada60074e420fa93174cb3db167faf618e2b.tar.xz
bootstrap-c6c1ada60074e420fa93174cb3db167faf618e2b.zip
clarify tables support of responsive utility classes, of which there is none
-rw-r--r--docs/scaffolding.html2
-rw-r--r--docs/templates/pages/scaffolding.mustache2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/scaffolding.html b/docs/scaffolding.html
index c3a140c67..fd263bc2d 100644
--- a/docs/scaffolding.html
+++ b/docs/scaffolding.html
@@ -509,7 +509,7 @@
</table>
<h3>When to use</h3>
- <p>Use on a limited basis and avoid creating entirely different versions of the same site. Instead, use them to complement each device's presentation.</p>
+ <p>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.</p>
<h3>Responsive utilities test case</h3>
<p>Resize your browser or load on different devices to test the above classes.</p>
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>