From: oes <oes@users.sourceforge.net>
Date: Tue, 9 Apr 2002 13:03:42 +0000 (+0000)
Subject: Class name change
X-Git-Tag: v_2_9_14~115
X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/%22https:/@user-manual@actions-file.html?a=commitdiff_plain;h=b4d696ffcb0f17e1225888098c60c2228ac8d06f;p=privoxy.git

Class name change
---

diff --git a/doc/webserver/p_feedback.css b/doc/webserver/p_feedback.css
index 03f3d5d7..281b047a 100644
--- a/doc/webserver/p_feedback.css
+++ b/doc/webserver/p_feedback.css
@@ -2,8 +2,8 @@
  * Vary the gereneral Privoxy Stlyesheet to
  * meet the needs of small popups:
  *
- * $Id: $
+ * $Id: p_feedback.css,v 1.3 2002/04/08 16:59:56 oes Exp $
  */
-body,td,th { font-size:10px; }
-div.infobox  { width: 60%; }
-div.errorbox { width: 60%; text-align: left; } 
+body,td,th  { font-size:10px; }
+div.info    { width: 60%; }
+div.warning { width: 60%; text-align: left; }