From 4572781493edf57693cb2df621eae69bc91218e2 Mon Sep 17 00:00:00 2001 From: short <> Date: Tue, 8 Mar 2005 23:01:57 +0000 Subject: [PATCH] Inlined CSS moved out to: /My/Web.css --- Web.css | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Web.css diff --git a/Web.css b/Web.css new file mode 100644 index 0000000..2dda7fd --- /dev/null +++ b/Web.css @@ -0,0 +1,9 @@ +/* $Id$ */ + +.cvs-id { font-family: monospace; } +.error { color: red; background-color: transparent; } +.quote { font-family: monospace; } +.nowrap { white-space: nowrap; } +.centered { text-align: center; } +td { padding: 2px; } +caption { caption-side: bottom; } -- 1.8.3.1