From: oes <oes@users.sourceforge.net>
Date: Wed, 24 Apr 2002 02:14:36 +0000 (+0000)
Subject: Added transparent table for positioning things
X-Git-Tag: v_3_0_branchpoint~255
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/faq/@default-cgi@/diff?a=commitdiff_plain;h=34aaa01559a2c2634e41582de98c9ea8cad7370f;p=privoxy.git

Added transparent table for positioning things
---

diff --git a/templates/cgi-style.css b/templates/cgi-style.css
index 2d33e85b..9e8c7c10 100644
--- a/templates/cgi-style.css
+++ b/templates/cgi-style.css
@@ -1,7 +1,7 @@
 /*
  * CSS for Privoxy CGI and script output
  *
- * $Id: $
+ * $Id: cgi-style.css,v 1.4 2002/04/09 11:55:20 oes Exp $
  */
 
 /*
@@ -49,10 +49,11 @@ div.wrapbox  { border: solid black 1px;                            margin: 20px;
 
 
 /*
- * Bold definitions in <dl>s, Grey BG for Table headings
+ * Bold definitions in <dl>s, grey BG for table headings, transparent (no-bordered) table
  */
 dt { font-weight: bold; }
 th { background-color: #dddddd; }
+table.transparent { border-style: none}
 
 /*
  * Special purpose paragraphs: Small for page footers,