X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=doc%2Fwebserver%2Fp_feedback.css;h=03f3d5d765f26cd558f698bc1cfd3d05273fcd6e;hb=c97d461a631f23119a1decf2cbe052328c0e3691;hp=74a5062df2c5be79798e101852c7255f9b46cbfe;hpb=6cb24252140c373520ec37a2c04c9b0c922d2a45;p=privoxy.git 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; }