X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=doc%2Fwebserver%2Fp_feedback.css;h=a77688b57c5a5a3f8951fd21a83b8572610073d5;hp=74a5062df2c5be79798e101852c7255f9b46cbfe;hb=0f3edd93a652011049e2bfc9b67947f92e236ef8;hpb=6cb24252140c373520ec37a2c04c9b0c922d2a45 diff --git a/doc/webserver/p_feedback.css b/doc/webserver/p_feedback.css index 74a5062d..a77688b5 100644 --- a/doc/webserver/p_feedback.css +++ b/doc/webserver/p_feedback.css @@ -1,8 +1,8 @@ -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: + * + */ +body,td,th { font-size:10px; } +div.info { width: 60%; } +div.warning { width: 60%; text-align: left; }