From aa4afc6bfb9d83e2b1bc55637b46bce3a6821b61 Mon Sep 17 00:00:00 2001 From: short <> Date: Tue, 13 Dec 2005 05:24:49 +0000 Subject: [PATCH] Make "td-center" class global. --- Web.css | 1 + 1 file changed, 1 insertion(+) diff --git a/Web.css b/Web.css index 38fd129..5ff67d8 100644 --- 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; } -- 1.8.3.1