alerts widget: fix headers

pull/3/head
alex 2015-12-15 16:46:12 +03:00
parent 7fb008ae84
commit c2c6ff3920
4 changed files with 0 additions and 4 deletions

View File

@ -1,4 +1,3 @@
<h4>Alerts with close icon</h4>
<div>
<div class="alert bg-success closeable" role="alert"><button type="button" class="close" aria-label="Close"><span aria-hidden="true">&times;</span></button>
<strong>Well done!</strong> You successfully read this important alert message.

View File

@ -1,4 +1,3 @@
<h4>Composite alerts</h4>
<div>
<div class="alert bg-danger">
<h5>Unhandled error!</h5>

View File

@ -1,4 +1,3 @@
<h4>Default alerts</h4>
<div>
<div class="alert bg-success">
<strong>Well done!</strong> You successfully read this important alert message.

View File

@ -1,4 +1,3 @@
<h4>Links in alerts</h4>
<div>
<div class="alert bg-success">
<strong>Well done!</strong> You successfully read <a href class="alert-link">this important alert message</a>.