0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

navs.md: Fade effect: add missing backtick

This commit is contained in:
Chris Rebert 2015-08-20 19:12:37 -07:00
parent 55168ff93e
commit 85fac53cc8

View File

@ -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 properly fade in initial content.
{% highlight html %}
<div class="tab-content">