Samburkeottawa

Joined 14 May 2020
374 bytes removed ,  10:18, 4 August 2020
Blanked the page
Line 1: Line 1: −
<div class="alert alert-info">
  −
  <p>Text.</p>
  −
</div>
     −
  −
{{#css:
  −
  −
.alert {
  −
    padding: 15px;
  −
    margin-bottom: 23px;
  −
    border: 1px solid transparent;
  −
}
  −
  −
  −
.alert-info, .label-info, .label-info[href]:active, .label-info[href]:focus, .label-info[href]:hover, details.alert.alert-info, details.alert.alert-info[open] {
  −
    background: #d7faff;
  −
    border-color: #269abc;
  −
}
  −
  −
}}