From: Billy Matthews Date: Sat, 5 Apr 2014 22:33:57 +0000 (-0400) Subject: Fixed typo in Responsive Tables CSS docs X-Git-Tag: v3.2.0~265^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F13284%2Fhead;p=thirdparty%2Fbootstrap.git Fixed typo in Responsive Tables CSS docs --- diff --git a/docs/_includes/css/tables.html b/docs/_includes/css/tables.html index 99db2af72a..affe17ffae 100644 --- a/docs/_includes/css/tables.html +++ b/docs/_includes/css/tables.html @@ -348,7 +348,7 @@

Responsive tables

-

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.

+

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