From c2cf5d83c57530731507310ed008eae855e799d9 Mon Sep 17 00:00:00 2001
From: dl267 <devnull@localhost>
Date: Fri, 23 Apr 2004 00:12:05 +0200
Subject: [PATCH] [svn r5803] *** empty log message ***

---
 css/main2.css | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/css/main2.css b/css/main2.css
index 15c45ab1b..113e3ec91 100644
--- a/css/main2.css
+++ b/css/main2.css
@@ -11,9 +11,13 @@ h2			{ color: #009900 }
 h4			{ color: #0d664c }
 h3			{ color: #2c105e }
 A:link, A:visited	{ text-decoration: none }
-.caption		{ font-size: 8pt; margin-bottom: 0pt; }
+.caption		{ font-size: 8pt; margin-bottom: 0pt; } /* this can apply to <p> or <td> or anything, so leave it like it is. */
 img.onright		{ vertical-align: top; float: right; padding-left: 10pt;
 			  	padding-bottom: 10pt; padding-right: 8pt }
 img.icon		{ vertical-align: middle; }
 table.imgtable		{ width: 100% }
 table.imgtable td	{ vertical-align: center; text-align: center }
+
+table.trad, 		/* "Traditional" table with borders.*/
+table.trad td,
+table.trad th 		{ margin: 0pt; border: 1px solid #000;}