diff options
| author | Mark Otto <[email protected]> | 2012-01-17 23:24:59 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-17 23:24:59 -0800 |
| commit | 51f5b7b8af6e0f6ef0dbe86528209cd664af240a (patch) | |
| tree | 9fe4f9c2abe69ee757fcbdf9c245eaef6898793b /docs/javascript.html | |
| parent | 9372fdbf9787b35535cf0c475edc00cc46e3906f (diff) | |
| download | bootstrap-51f5b7b8af6e0f6ef0dbe86528209cd664af240a.tar.xz bootstrap-51f5b7b8af6e0f6ef0dbe86528209cd664af240a.zip | |
cleanup accordion css and add comments
Diffstat (limited to 'docs/javascript.html')
| -rw-r--r-- | docs/javascript.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/javascript.html b/docs/javascript.html index 34dfc1c4b..a132a4011 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -1080,7 +1080,7 @@ $('#my-alert').bind('closed', function () { <h2>Example accordion</h2> <p>Using the collapse plugin, we built a simple accordion style widget:</p> - <div class="accordion2" id="accordion2"> + <div class="accordion" id="accordion2"> <div class="accordion-group"> <div class="accordion-heading"> <a data-toggle="collapse" data-parent="#accordion2" href="#collapseOne"> |
