From fac683ae779ef6ff3abf02ada706cd981d4d269a Mon Sep 17 00:00:00 2001 From: "karnaze%netscape.com" Date: Mon, 7 Jun 1999 21:19:05 +0000 Subject: [PATCH] removed background rules for table elements git-svn-id: svn://10.0.0.236/trunk@34077 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/html/document/src/ua.css | 5 ----- mozilla/layout/style/ua.css | 5 ----- 2 files changed, 10 deletions(-) diff --git a/mozilla/layout/html/document/src/ua.css b/mozilla/layout/html/document/src/ua.css index ef4ea367895..d12cbec5aab 100644 --- a/mozilla/layout/html/document/src/ua.css +++ b/mozilla/layout/html/document/src/ua.css @@ -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; diff --git a/mozilla/layout/style/ua.css b/mozilla/layout/style/ua.css index ef4ea367895..d12cbec5aab 100644 --- a/mozilla/layout/style/ua.css +++ b/mozilla/layout/style/ua.css @@ -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;