diff options
| author | Chris Rebert <[email protected]> | 2014-12-29 16:04:00 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-12-29 16:04:00 -0800 |
| commit | b342de4fa3734f43ec1aa9ba42a05b824aa79652 (patch) | |
| tree | 03bf89bb5ae850b8474a31c90784aacfd6d98317 /docs/javascript | |
| parent | 54b03c27d2ae5993c9971d79688b95bb1d8f75d4 (diff) | |
| parent | 10f703f3b0ed5890d2a7114e49f2b816548e7d4c (diff) | |
| download | bootstrap-b342de4fa3734f43ec1aa9ba42a05b824aa79652.tar.xz bootstrap-b342de4fa3734f43ec1aa9ba42a05b824aa79652.zip | |
Merge pull request #22 from twbs/alert-heading
Use .alert-heading instead of hardcoding <h4>
Diffstat (limited to 'docs/javascript')
| -rw-r--r-- | docs/javascript/alerts.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/javascript/alerts.md b/docs/javascript/alerts.md index bbe2eeab4..8d3df5d2f 100644 --- a/docs/javascript/alerts.md +++ b/docs/javascript/alerts.md @@ -22,7 +22,7 @@ When using a `.close` button, it must be the first child of the `.alert-dismissi {% example html %} <div class="alert alert-danger alert-dismissible fade in" role="alert"> <button type="button" class="close" data-dismiss="alert"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button> - <h4>Oh snap! You got an error!</h4> + <h4 class="alert-heading">Oh snap! You got an error!</h4> <p>Change this and that and try again. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum.</p> <p> <button type="button" class="btn btn-danger">Take this action</button> |
