removed background rules for table elements

git-svn-id: svn://10.0.0.236/trunk@34077 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
karnaze%netscape.com
1999-06-07 21:19:05 +00:00
parent ca984e0334
commit fac683ae77
2 changed files with 0 additions and 10 deletions

View File

@@ -140,7 +140,6 @@ table {
/* must never set padding in td, th */
td, th {
vertical-align: inherit;
background-color: inherit;
text-align: left;
/* border-style: inset; */
border-color: #c0c0c0;
@@ -157,22 +156,18 @@ caption {
tr {
display: table-row;
vertical-align: inherit;
background-color: inherit;
}
tbody {
display: table-row-group;
vertical-align: middle;
background-color: inherit;
}
thead {
display: table-header-group;
vertical-align: middle;
background-color: inherit;
}
tfoot {
display: table-footer-group;
vertical-align: middle;
background-color: inherit;
}
col {
display: table-column;

View File

@@ -140,7 +140,6 @@ table {
/* must never set padding in td, th */
td, th {
vertical-align: inherit;
background-color: inherit;
text-align: left;
/* border-style: inset; */
border-color: #c0c0c0;
@@ -157,22 +156,18 @@ caption {
tr {
display: table-row;
vertical-align: inherit;
background-color: inherit;
}
tbody {
display: table-row-group;
vertical-align: middle;
background-color: inherit;
}
thead {
display: table-header-group;
vertical-align: middle;
background-color: inherit;
}
tfoot {
display: table-footer-group;
vertical-align: middle;
background-color: inherit;
}
col {
display: table-column;