aboutsummaryrefslogtreecommitdiff
path: root/docs/content/tables.md
diff options
context:
space:
mode:
authorQuy <[email protected]>2016-12-31 16:12:28 -0800
committerMark Otto <[email protected]>2016-12-31 16:39:42 -0800
commitff8d28cf2501773ff6f7833865c8e2b2ebb76a3f (patch)
tree2287ed2a05f061cd80630e263746e03c8a321c1f /docs/content/tables.md
parentbccb8ce21300f8da0bfefe1fdde9ab9d87994769 (diff)
downloadbootstrap-ff8d28cf2501773ff6f7833865c8e2b2ebb76a3f.tar.xz
bootstrap-ff8d28cf2501773ff6f7833865c8e2b2ebb76a3f.zip
Move .table-responsive from wrapper to .table
Diffstat (limited to 'docs/content/tables.md')
-rw-r--r--docs/content/tables.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/tables.md b/docs/content/tables.md
index da847611f..4b4e75028 100644
--- a/docs/content/tables.md
+++ b/docs/content/tables.md
@@ -765,7 +765,7 @@ Responsive tables make use of `overflow-y: hidden`, which clips off any content
</div>
{% highlight html %}
-<table class="table table-responsive"">
+<table class="table table-responsive">
...
</table>
{% endhighlight %}