From 52c937dc091c92a0a15d2a40b11b44161df11a17 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 11 Nov 2004 04:41:24 +0000 Subject: remove unhelpful property setting that overrides the right setting for text-align in .realtable cells; fix suggested by Richard Brodie --- Doc/html/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/Doc/html/style.css b/Doc/html/style.css index 4464213..7f0d753 100644 --- a/Doc/html/style.css +++ b/Doc/html/style.css @@ -189,7 +189,6 @@ address { font-size: 80%; } border-width: 0px 0px 1px 1px; padding-left: 0.4em; padding-right: 0.4em; - text-align: inherit; } .realtable td:first-child, .realtable th:first-child { -- cgit v0.12