bootstrap: Remove bootstrap CSS defined using "table" class.

We have already added the required bootstrap CSS defined using
"table" class in specific files and thus we can remove them
from bootstrap.css.
This commit is contained in:
Sahil Batra 2023-07-24 23:26:02 +05:30 committed by Tim Abbott
parent 817e39650e
commit 7bd7ccc439
1 changed files with 0 additions and 18 deletions

View File

@ -215,24 +215,6 @@ pre {
-moz-border-radius: 4px;
border-radius: 4px;
}
.table {
width: 100%;
margin-bottom: 20px;
}
.table th,
.table td {
padding: 8px;
line-height: 20px;
text-align: left;
vertical-align: top;
border-top: 1px solid #dddddd;
}
.table thead th {
vertical-align: bottom;
}
.table thead:first-child tr:first-child th {
border-top: 0;
}
form {
margin: 0 0 20px;
}