diff options
| author | Mark Otto <[email protected]> | 2012-03-05 00:47:13 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-03-05 00:47:13 -0800 |
| commit | cb9234ba464d78d463a728dea2d40a0a3259d31a (patch) | |
| tree | 869107d2a7f02304312f2fbca2863428594fef73 /docs/assets/css | |
| parent | 7a8d6b19767a92b1c4ea45d88d4eedc2b29bf1fa (diff) | |
| download | bootstrap-cb9234ba464d78d463a728dea2d40a0a3259d31a.tar.xz bootstrap-cb9234ba464d78d463a728dea2d40a0a3259d31a.zip | |
fix warning button issue per #2392 and add warning buttons to components
Diffstat (limited to 'docs/assets/css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 681615867..ba796c7dc 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -2222,6 +2222,7 @@ button.btn.btn-small, input[type="submit"].btn.btn-small { filter: alpha(opacity=100); } .btn-primary .caret, +.btn-warning .caret, .btn-danger .caret, .btn-info .caret, .btn-success .caret, |
