You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/_includes/js/tabs.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ <h3>Markup</h3>
81
81
{% endhighlight %}
82
82
83
83
<h3>Fade effect</h3>
84
-
<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>
84
+
<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>
85
85
{% highlight html %}
86
86
<divclass="tab-content">
87
87
<divrole="tabpanel" class="tab-pane fade in active" id="home">...</div>
0 commit comments