diff options
| author | Mark Otto <[email protected]> | 2014-04-06 20:16:56 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-04-06 20:16:56 -0700 |
| commit | 818a50e2eaa6f989dc82f8e2e8f025d0dc39a190 (patch) | |
| tree | fbb20f6a238e70a0be581a026c7fa4608b5600dc /docs | |
| parent | 58e6af3988f4fc2dff0fe585fecd14abf0644a35 (diff) | |
| parent | fce0254b2a90e99804e6433d01ca45a5378285ac (diff) | |
| download | bootstrap-818a50e2eaa6f989dc82f8e2e8f025d0dc39a190.tar.xz bootstrap-818a50e2eaa6f989dc82f8e2e8f025d0dc39a190.zip | |
Merge pull request #13284 from chasingtheflow/master
Fixed typo in Responsive Tables CSS docs
Diffstat (limited to '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"> |
