diff options
| author | Mark Otto <[email protected]> | 2013-08-18 19:57:25 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-18 19:57:25 -0700 |
| commit | e6ff75bcea01a75306e7a747103b0647bec909af (patch) | |
| tree | 3478f9dd86ea48d3cc39dca07a575c5cfc7d632d /less | |
| parent | 03ba9ed9ed20f02b2d9254bcd72e92eba78af249 (diff) | |
| download | bootstrap-e6ff75bcea01a75306e7a747103b0647bec909af.tar.xz bootstrap-e6ff75bcea01a75306e7a747103b0647bec909af.zip | |
Update var in theme
Diffstat (limited to 'less')
| -rw-r--r-- | less/theme.less | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |
