From 885b33e37880e96342148ff50c1154dc00e03652 Mon Sep 17 00:00:00 2001 From: oes Date: Mon, 8 Apr 2002 16:59:56 +0000 Subject: [PATCH] Reduce to be only an overlay for privoxy.css --- doc/webserver/p_feedback.css | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/doc/webserver/p_feedback.css b/doc/webserver/p_feedback.css index 74a5062d..03f3d5d7 100644 --- a/doc/webserver/p_feedback.css +++ b/doc/webserver/p_feedback.css @@ -1,8 +1,9 @@ -body,td,th { font-family:helvetica,helv,arial,sans-serif; font-size:10px } -body { background-color: #ffffff; color: #000000 } -h1 { font-size: 140%; marign: 0px; } -h2 { font-size: 120%; marign: 0px; } -div.title { background-color:#dddddd; border:solid black 1px; margin:20px; padding:20px; } -div.box { background-color:#eeeeee; border:solid black 1px; margin:20px; padding:20px; } -div.infobox { background-color:#ccccff; border:solid black 1px; margin:20px; padding:20px; width: 60%; } -div.errorbox { background-color:#ffdddd; border:solid black 1px; margin:20px; padding:20px; width: 60%; text-align: left; } +/* + * Vary the gereneral Privoxy Stlyesheet to + * meet the needs of small popups: + * + * $Id: $ + */ +body,td,th { font-size:10px; } +div.infobox { width: 60%; } +div.errorbox { width: 60%; text-align: left; } -- 2.49.0