X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=doc%2Fwebserver%2Fp_feedback.css;h=281b047a941810b49d95c7c47d9a48bab8f11ffd;hb=ea3ca56adb3901e74bb9e93f00299b5adbc471f2;hp=e04f9a6b170c9f4940b23130e5be175e02afce26;hpb=33599262c2a261423d4aed1413f37aae93bceb96;p=privoxy.git diff --git a/doc/webserver/p_feedback.css b/doc/webserver/p_feedback.css index e04f9a6b..281b047a 100644 --- a/doc/webserver/p_feedback.css +++ b/doc/webserver/p_feedback.css @@ -1,6 +1,9 @@ -body, div, p, h1, h2, ul, ol, li, td, th, dl, dt, dd { font-family:helvetica,helv,arial,sans-serif; font-size:10px } -body { background-color: #ffffff } -div.title { background-color:#dddddd; border:solid black 1px; margin:20px; min-width: 80%; padding:20px; font-size:15px; font-weight:bold } -div.box { background-color:#eeeeee; border:solid black 1px; margin:20px; min-width: 80%; padding:20px; font-size:10px } -div.infobox { background-color:#ccccff; border:solid black 1px; margin:20px; min-width: 60%; max-width: 60%; padding:20px; font-size:10px; } -div.errorbox { background-color:#ffdddd; border:solid black 1px; margin:20px; min-width: 60%; max-width: 60%; padding:20px; font-size:10px; } +/* + * Vary the gereneral Privoxy Stlyesheet to + * meet the needs of small popups: + * + * $Id: p_feedback.css,v 1.3 2002/04/08 16:59:56 oes Exp $ + */ +body,td,th { font-size:10px; } +div.info { width: 60%; } +div.warning { width: 60%; text-align: left; }