]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Docs - clarify purpose of CSS class .in to .fade 17726/head
authorTommy Kelly <github@tkel.ly>
Mon, 28 Sep 2015 20:23:21 +0000 (16:23 -0400)
committerTommy Kelly <github@tkel.ly>
Mon, 28 Sep 2015 20:23:54 +0000 (16:23 -0400)
docs/_includes/js/tabs.html

index 033b4243039fc55626ded7c4f8a60502c7b6bdf7..e3ae4998aeb553179405f150f64499a493b52a94 100644 (file)
@@ -81,7 +81,7 @@ $('#myTabs li:eq(2) a').tab('show') // Select third tab (0-indexed)
 {% endhighlight %}
 
   <h3>Fade effect</h3>
-  <p>To make tabs fade in, add <code>.fade</code> to each <code>.tab-pane</code>. The first tab pane must also have <code>.in</code> to properly fade in initial content.</p>
+  <p>To make tabs fade in, add <code>.fade</code> to each <code>.tab-pane</code>. The first tab pane must also have <code>.in</code> to make the initial content visible.</p>
 {% highlight html %}
 <div class="tab-content">
   <div role="tabpanel" class="tab-pane fade in active" id="home">...</div>