vendor/frameworks/twitter/bootstrap/alerts.scss in anjlab-bootstrap-rails-2.2.2.rc vs vendor/frameworks/twitter/bootstrap/alerts.scss in anjlab-bootstrap-rails-2.2.2.rc1

- old
+ new

@@ -38,18 +38,28 @@ .alert-success { background-color: $successBackground; border-color: $successBorder; color: $successText; } +.alert-success h4 { + color: $successText; +} .alert-danger, .alert-error { background-color: $errorBackground; border-color: $errorBorder; color: $errorText; } +.alert-danger h4, +.alert-error h4 { + color: $errorText; +} .alert-info { background-color: $infoBackground; border-color: $infoBorder; + color: $infoText; +} +.alert-info h4 { color: $infoText; } // Block alerts