diff --git a/web/third/bootstrap/css/bootstrap.css b/web/third/bootstrap/css/bootstrap.css index cfd0d55cff..5011cc64c8 100644 --- a/web/third/bootstrap/css/bootstrap.css +++ b/web/third/bootstrap/css/bootstrap.css @@ -233,21 +233,12 @@ table { vertical-align: top; border-top: 1px solid #dddddd; } -.table th { - font-weight: bold; -} .table thead th { vertical-align: bottom; } .table thead:first-child tr:first-child th { border-top: 0; } -.table tbody + tbody { - border-top: 2px solid #dddddd; -} -.table .table { - background-color: #ffffff; -} .table-condensed th, .table-condensed td { padding: 4px 5px; @@ -290,18 +281,6 @@ table { .table-striped tbody > tr:nth-child(odd) > td { background-color: #f9f9f9; } -.table tbody tr.success > td { - background-color: #dff0d8; -} -.table tbody tr.error > td { - background-color: #f2dede; -} -.table tbody tr.warning > td { - background-color: #fcf8e3; -} -.table tbody tr.info > td { - background-color: #d9edf7; -} form { margin: 0 0 20px; }