Examples
Default styling
.notification-danger
Danger status
.notification-success
Success status
.notification-unread
Unread status
.notification-read
Read status
<div class="notification [modifier class]">
    <span class="icon icon-user"></span>
    <a data-toggle="tooltip" title="View rejected profile and update">
        Profile update rejected: "Incorrect phone number".
    </a>
    <small>21.04.2014 14:32</small>
</div>