From: oes <oes@users.sourceforge.net>
Date: Tue, 9 Apr 2002 11:55:20 +0000 (+0000)
Subject: Try Arial first for NS4/Win
X-Git-Tag: v_2_9_14~117
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/developer-manual/faq/@default-cgi@/static/gitweb.js?a=commitdiff_plain;h=ba215fa6bb4d5293cff0a7b9b399d075f990300d;p=privoxy.git

Try Arial first for NS4/Win
---

diff --git a/doc/webserver/privoxy.css b/doc/webserver/privoxy.css
index e70bdd1c..2d33e85b 100644
--- a/doc/webserver/privoxy.css
+++ b/doc/webserver/privoxy.css
@@ -1,13 +1,13 @@
 /*
  * CSS for Privoxy CGI and script output
  *
- * $ Id: $
+ * $Id: $
  */
 
 /*
  * General rules: Font, Color, Headings, Margins, Links
  */
-body,td,th { font-family: helvetica, helv, arial, sans-serif; }
+body,td,th { font-family: arial, helvetica, helv, sans-serif; }
 body { background-color: #ffffff; color: #000000; }
 
 h1 { font-size: 140%; margin: 0px; }
@@ -15,10 +15,12 @@ h2 { font-size: 120%; margin: 0px; }
 h3 { font-size: 110%; margin: 0px; }
 
 p,pre  { margin-left: 15px; }
-li { margin: 5px 15px; }
-dl { margin: 5px 15px; }
+li { margin: 2px 15px; }
+dl { margin: 2px 15px; }
 
-:link { text-decoration: none; }
+a:link    { color: #0000dd; text-decoration: none; }
+a:visited { color: #330099; text-decoration: none; }
+a:active  { color: #3333ff; text-decoration: none; }
 
 /*
  * Boxen as Table elements:
diff --git a/templates/cgi-style.css b/templates/cgi-style.css
index be5b490f..2d33e85b 100644
--- a/templates/cgi-style.css
+++ b/templates/cgi-style.css
@@ -1,13 +1,13 @@
 /*
  * CSS for Privoxy CGI and script output
  *
- * $ Id: $
+ * $Id: $
  */
 
 /*
  * General rules: Font, Color, Headings, Margins, Links
  */
-body,td,th { font-family: helvetica, helv, arial, sans-serif; }
+body,td,th { font-family: arial, helvetica, helv, sans-serif; }
 body { background-color: #ffffff; color: #000000; }
 
 h1 { font-size: 140%; margin: 0px; }