Make "td-center" class global.
authorshort <>
Tue, 13 Dec 2005 05:24:49 +0000 (05:24 +0000)
committershort <>
Tue, 13 Dec 2005 05:24:49 +0000 (05:24 +0000)
Web.css

diff --git a/Web.css b/Web.css
index 38fd129..5ff67d8 100644 (file)
--- a/Web.css
+++ b/Web.css
@@ -21,5 +21,6 @@
 .code,.cvs-id,.quote { font-family: monospace; }
 .nowrap,.code { white-space: nowrap; }
 .margin-center,table.margin-center>caption { margin-left: auto; margin-right: auto; }
+table.td-center td { text-align: center; }
 td { padding: 2px; }
 caption { caption-side: bottom; }