|
@@ -633,11 +633,6 @@
|
|
|
<!-- Main content -->
|
|
|
<section class="content">
|
|
|
<div class="container-fluid">
|
|
|
- <div class="callout callout-info">
|
|
|
- <h4>Reminder!</h4>
|
|
|
- Instructions for how to use modals are available on the
|
|
|
- <a href="http://getbootstrap.com/javascript/#modals">Bootstrap documentation</a>
|
|
|
- </div>
|
|
|
<div class="row">
|
|
|
<div class="col-md-12">
|
|
|
<div class="card card-primary card-outline">
|
|
@@ -685,6 +680,10 @@
|
|
|
<button type="button" class="btn btn-default" data-toggle="modal" data-target="#modal-overlay">
|
|
|
Launch Modal with Overlay
|
|
|
</button>
|
|
|
+ <div class="text-muted mt-3">
|
|
|
+ Instructions for how to use modals are available on the
|
|
|
+ <a href="http://getbootstrap.com/javascript/#modals">Bootstrap documentation</a>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<!-- /.card -->
|
|
|
</div>
|