diff --git a/comparison.dd b/comparison.dd index c31ca9e1e9..c0d042d467 100644 --- a/comparison.dd +++ b/comparison.dd @@ -108,8 +108,3 @@ $(ITEMIZE Macros: TITLE=Features Overview - NO=No - NO1=No - YES=Yes - YES1=Yes - diff --git a/css/style.css b/css/style.css index 47d7aa0a43..ff588d59e5 100644 --- a/css/style.css +++ b/css/style.css @@ -1168,27 +1168,6 @@ div.changelog-nav } -/* These are for comparison.html */ -table.comp /* "comparison with D": table */ -{ - background-color:#e9e6dd; -} -table.comp a -{ - color: black; -} -td.compNo /* comparison with D: "NO" */ -{ - background-color:red; - text-align:center; -} -td.compYes /* comparison with D: "YES" */ -{ - background-color:#00FF00; - text-align:center; -} - - .leadingrow { background-color: #E4E9EF; font-size: 110%;