diff options
| author | Mark Otto <[email protected]> | 2012-08-07 23:07:53 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-07 23:07:53 -0700 |
| commit | 3c89f7bb5f69900db2d89348428019edd8fa7850 (patch) | |
| tree | 5a945e3a5a369af45ea61bbde1476ba5e5989058 /docs/assets/css/bootstrap.css | |
| parent | 85f1f2257bb33b6775177b309cc36b50ed801d02 (diff) | |
| download | bootstrap-3c89f7bb5f69900db2d89348428019edd8fa7850.tar.xz bootstrap-3c89f7bb5f69900db2d89348428019edd8fa7850.zip | |
fix chevron on js docs and run make after table changes
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index b2e903cc9..810a67df3 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -2018,15 +2018,15 @@ table .span24 { margin-left: 0; } -.table tbody .success td { +.table tbody tr.success td { background-color: #dff0d8; } -.table tbody .error td { +.table tbody tr.error td { background-color: #f2dede; } -.table tbody .info td { +.table tbody tr.info td { background-color: #d9edf7; } |
