mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-24 12:40:58 +00:00
copy change
This commit is contained in:
parent
46313d5d06
commit
707e008d4b
@ -22,7 +22,7 @@ When using a `.close` button, it must be the first child of the `.alert-dismissi
|
|||||||
{% example html %}
|
{% example html %}
|
||||||
<div class="alert alert-danger alert-dismissible fade in" role="alert">
|
<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>
|
<button type="button" class="close" data-dismiss="alert"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>
|
||||||
<h4 class="alert-heading">Oh snap! You got an error!</h4>
|
<h5 class="alert-heading">Sorry, something went wrong.</h5>
|
||||||
<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>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>
|
<p>
|
||||||
<button type="button" class="btn btn-danger">Take this action</button>
|
<button type="button" class="btn btn-danger">Take this action</button>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user