Samburkeottawa

Joined 14 May 2020
m
no edit summary
Line 2: Line 2:  
   <p>... <a href="#" class="alert-link">link text</a>.</p>
 
   <p>... <a href="#" class="alert-link">link text</a>.</p>
 
</section>
 
</section>
 +
 +
 +
{{#css:
 +
 +
.alert {
 +
    padding: 15px;
 +
    margin-bottom: 23px;
 +
    border: 1px solid transparent;
 +
}
 +
 +
.alert, .label {
 +
    border-radius: 0;
 +
    border-style: solid;
 +
    border-width: 0 0 0 4px;
 +
}
 +
 +
.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;
 +
 +
 +
}}