From: short <> Date: Tue, 8 Mar 2005 23:01:57 +0000 (+0000) Subject: Inlined CSS moved out to: /My/Web.css X-Git-Url: http://git.jankratochvil.net/?p=MyWeb.git;a=commitdiff_plain;h=4572781493edf57693cb2df621eae69bc91218e2 Inlined CSS moved out to: /My/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; }