Add alert as a valid alias as warning.

This commit is contained in:
Will Rossiter 2014-09-28 16:58:23 +13:00
parent d452a047fa
commit 5fbde299d1

View File

@ -356,6 +356,7 @@ html {
.note, .note,
.notice, .notice,
.warning, .warning,
.alert,
.info, .info,
.pageSkip { .pageSkip {
border: 1px solid #ddd; border: 1px solid #ddd;
@ -374,6 +375,7 @@ html {
.hint p, .hint p,
.note p, .note p,
.notice p, .notice p,
.alert p,
.warning p, .warning p,
.info p { .info p {
margin-bottom: 0; margin-bottom: 0;
@ -390,7 +392,8 @@ html {
background: #FFFAC6 url(../../docsviewer/images/notification.png) no-repeat 18px 18px; background: #FFFAC6 url(../../docsviewer/images/notification.png) no-repeat 18px 18px;
} }
.warning { .warning,
.alert {
border-color: #f8c3cd; border-color: #f8c3cd;
background: #fdf1f3 url(../../docsviewer/images/error_button.png) no-repeat 12px 17px; background: #fdf1f3 url(../../docsviewer/images/error_button.png) no-repeat 12px 17px;
} }