diff options
| author | Mark Otto <[email protected]> | 2012-01-15 16:27:36 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-15 16:27:36 -0800 |
| commit | c02501e1b714ebb44c560483316ac36c4f709c50 (patch) | |
| tree | da14d0fa220a05c590ae71dfb9444e995417843c /docs | |
| parent | 3d9298b04ba493d877afaa81d8f48545f0a89a3f (diff) | |
| download | bootstrap-c02501e1b714ebb44c560483316ac36c4f709c50.tar.xz bootstrap-c02501e1b714ebb44c560483316ac36c4f709c50.zip | |
move carousel to separate stylesheet, update popovers to fix ie7 bug, fix pagination, fix alerts
Diffstat (limited to 'docs')
| -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 2d7b74dd3..015f45142 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -908,7 +908,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) { <p>The alerts plugin works on regular alert messages, and block messages.</p> <div class="alert fade in"> <a class="close" data-dismiss="alert" href="#">×</a> - <p><strong>Holy guacamole!</strong> Best check yo self, you’re not looking too good.</p> + <strong>Holy guacamole!</strong> Best check yo self, you’re not looking too good. </div> <div class="alert alert-block alert-error fade in"> <a class="close" data-dismiss="alert" href="#">×</a> |
