diff options
| author | Billy Matthews <[email protected]> | 2014-04-05 18:33:57 -0400 |
|---|---|---|
| committer | Billy Matthews <[email protected]> | 2014-04-05 18:33:57 -0400 |
| commit | fce0254b2a90e99804e6433d01ca45a5378285ac (patch) | |
| tree | 3c977e9bbb6554bfe2b8a55a568a9886e1dfd3f0 | |
| parent | d56026d489fb8db66c2db6aa0d222f1a3fa9261f (diff) | |
| download | bootstrap-fce0254b2a90e99804e6433d01ca45a5378285ac.tar.xz bootstrap-fce0254b2a90e99804e6433d01ca45a5378285ac.zip | |
Fixed typo in Responsive Tables CSS docs
| -rw-r--r-- | docs/_includes/css/tables.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/css/tables.html b/docs/_includes/css/tables.html index 99db2af72..affe17ffa 100644 --- a/docs/_includes/css/tables.html +++ b/docs/_includes/css/tables.html @@ -348,7 +348,7 @@ <h2 id="tables-responsive">Responsive tables</h2> - <p>Create responsive tables by wrapping any <code>.table</code> in <code>.table-responsive</code> 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.</p> + <p>Create responsive tables by wrapping any <code>.table</code> in <code>.table-responsive</code> 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.</p> <div class="bs-example"> <div class="table-responsive"> <table class="table"> |
