Added transparent table for positioning things
authoroes <oes@users.sourceforge.net>
Wed, 24 Apr 2002 02:14:36 +0000 (02:14 +0000)
committeroes <oes@users.sourceforge.net>
Wed, 24 Apr 2002 02:14:36 +0000 (02:14 +0000)
templates/cgi-style.css

index 2d33e85..9e8c7c1 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * CSS for Privoxy CGI and script output
  *
 /*
  * 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; }
  */
 dt { font-weight: bold; }
 th { background-color: #dddddd; }
+table.transparent { border-style: none}
 
 /*
  * Special purpose paragraphs: Small for page footers,
 
 /*
  * Special purpose paragraphs: Small for page footers,