diff options
| author | Mark Otto <[email protected]> | 2012-07-17 23:14:58 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-07-17 23:14:58 -0700 |
| commit | cb1a59caa013e0fbe992bb305502f37bc7141c92 (patch) | |
| tree | bad2dbc16528e7508baa02025cd2a81114ad7341 /docs/assets/css/bootstrap.css | |
| parent | ba90d0fc5ea440a49fdf611d95ecfe4d99e8f779 (diff) | |
| parent | b4125748b0d0e12a7855350ee3d9089e0a2f93e7 (diff) | |
| download | bootstrap-cb1a59caa013e0fbe992bb305502f37bc7141c92.tar.xz bootstrap-cb1a59caa013e0fbe992bb305502f37bc7141c92.zip | |
Merge branch '2.1.0-wip' of https://github.com/gcoop/bootstrap into gcoop-2.1.0-wip
Conflicts:
docs/base-css.html
docs/templates/pages/base-css.mustache
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 4905ff741..65e0c870f 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -1728,6 +1728,18 @@ table { border-top: 2px solid #dddddd; } +.table .success td { + background-color: #dff0d8; +} + +.table .error td { + background-color: #f2dede; +} + +.table .info td { + background-color: #d9edf7; +} + .table-condensed th, .table-condensed td { padding: 4px 5px; |
