From ea3fa72f1df7a47f67177913389af6c1ca34ecf0 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 19 Aug 2013 00:45:20 -0700 Subject: Clarify responsive tables and tuck margin --- css.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'css.html') diff --git a/css.html b/css.html index 8b294e205..f976d229b 100644 --- a/css.html +++ b/css.html @@ -1333,7 +1333,7 @@ For example, <section> should be wrapped as inline.

Responsive tables

-

Create responsive tables by wrapping any .table in .table-responsive to make them scroll horizontally up to small devices (under 768px).

+

Create responsive tables by wrapping any .table in .table-responsive to make them scroll horizontally up to small devices (under 768px). When viewing on anything larger than 768px wide, you will not see any difference in these tables.

-- cgit v1.2.3