aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-09-28 14:37:06 -0700
committerChris Rebert <[email protected]>2015-09-28 14:37:06 -0700
commit9f95b592ce2c9b3f141db9b973d0c98568c2c549 (patch)
tree1055e609c194779ecc8b92d9d6245f03e2151512
parent215d4c19f74b71c4e960d9797e902803ad0ffe09 (diff)
parent808fb03cf77e3d57a2577045b88efe46c971aff7 (diff)
downloadbootstrap-9f95b592ce2c9b3f141db9b973d0c98568c2c549.tar.xz
bootstrap-9f95b592ce2c9b3f141db9b973d0c98568c2c549.zip
Merge pull request #17727 from tomkel/docs-fade-fix-v4
v4-dev - Clarify the purpose of CSS class .in to .fade [skip sauce]
-rw-r--r--docs/components/navs.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/navs.md b/docs/components/navs.md
index 564564f52..6b2e707ff 100644
--- a/docs/components/navs.md
+++ b/docs/components/navs.md
@@ -258,7 +258,7 @@ $('#myTab li:eq(2) a').tab('show') // Select third tab (0-indexed)
### Fade effect
-To make tabs fade in, add `.fade` to each `.tab-pane`. The first tab pane must also have `.in` to properly fade in initial content.
+To make tabs fade in, add `.fade` to each `.tab-pane`. The first tab pane must also have `.in` to make the initial content visible.
{% highlight html %}
<div class="tab-content">