diff options
| author | Mark Otto <[email protected]> | 2013-01-17 20:13:11 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-17 20:13:11 -0800 |
| commit | 89b6477bdc3c86a59c22a62778a6879c220c5df5 (patch) | |
| tree | aac6552359b4929c64543a02c06e9f4ad73bb32c | |
| parent | 5663833bfc3ea815ee9fa82a53e1bd3e3f14f585 (diff) | |
| download | bootstrap-89b6477bdc3c86a59c22a62778a6879c220c5df5.tar.xz bootstrap-89b6477bdc3c86a59c22a62778a6879c220c5df5.zip | |
Remove .info from table rows
| -rw-r--r-- | docs/assets/css/bootstrap.css | 8 | ||||
| -rw-r--r-- | less/tables.less | 6 |
2 files changed, 0 insertions, 14 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 1e78aa66d..e9df5670c 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -979,10 +979,6 @@ table th[class*="span"] { background-color: #fcf8e3; } -.table tbody tr.info > td { - background-color: #d9edf7; -} - .table-hover tbody tr.success:hover > td { background-color: #d0e9c6; } @@ -995,10 +991,6 @@ table th[class*="span"] { background-color: #faf2cc; } -.table-hover tbody tr.info:hover > td { - background-color: #c4e3f3; -} - form { margin: 0; } diff --git a/less/tables.less b/less/tables.less index a524b380f..59cb007cb 100644 --- a/less/tables.less +++ b/less/tables.less @@ -201,9 +201,6 @@ table th[class*="span"] { &.warning > td { background-color: @state-warning-background; } - &.info > td { - background-color: @state-info-background; - } } // Hover states for .table-hover @@ -217,7 +214,4 @@ table th[class*="span"] { &.warning:hover > td { background-color: darken(@state-warning-background, 5%); } - &.info:hover > td { - background-color: darken(@state-info-background, 5%); - } } |
