From: oes Date: Mon, 8 Apr 2002 16:59:56 +0000 (+0000) Subject: Reduce to be only an overlay for privoxy.css X-Git-Tag: v_2_9_14~149 X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@edit-actions-add-url-form?a=commitdiff_plain;h=885b33e37880e96342148ff50c1154dc00e03652;p=privoxy.git Reduce to be only an overlay for privoxy.css --- 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; }