From e6ff75bcea01a75306e7a747103b0647bec909af Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 18 Aug 2013 19:57:25 -0700 Subject: Update var in theme --- less/theme.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'less/theme.less') diff --git a/less/theme.less b/less/theme.less index d2f98f2fb..380be4076 100644 --- a/less/theme.less +++ b/less/theme.less @@ -148,9 +148,9 @@ } // Apply the mixin to the alerts -.alert { .alert-styles(@alert-bg); } .alert-success { .alert-styles(@alert-success-bg); } .alert-info { .alert-styles(@alert-info-bg); } +.alert-warning { .alert-styles(@alert-warning-bg); } .alert-danger { .alert-styles(@alert-danger-bg); } -- cgit v1.2.3