From 37cdfe39ed7ec3da7e7d581e6179df67dfbd0c02 Mon Sep 17 00:00:00 2001
From: Fabian Keil <fk@fabiankeil.de>
Date: Tue, 11 Dec 2007 21:20:53 +0000
Subject: [PATCH] Make strong warnings red too.

---
 templates/cgi-style.css | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/templates/cgi-style.css b/templates/cgi-style.css
index 2149ea6b..b3cce439 100644
--- a/templates/cgi-style.css
+++ b/templates/cgi-style.css
@@ -30,6 +30,12 @@
 #
 # Revisions   :
 #    $Log: cgi-style.css,v $
+#    Revision 1.11  2007/12/08 14:29:06  fabiankeil
+#    Use CSS to let the URL and pattern input fields scale with
+#    the browser width and try to prevent vertical scroll bars
+#    if the width is less than 80 characters. Closes #1843596,
+#    thanks to Gerry Murphy and Lee.
+#
 #    Revision 1.10  2007/01/22 13:12:43  fabiankeil
 #    White space cosmetics for #include.
 #
@@ -46,7 +52,7 @@
 /*
  * CSS for Privoxy CGI and script output
  *
- * $Id: cgi-style.css,v 1.10 2007/01/22 13:12:43 fabiankeil Exp $
+ * $Id: cgi-style.css,v 1.11 2007/12/08 14:29:06 fabiankeil Exp $
  */
 
 /*
@@ -143,7 +149,7 @@ a.cmd:active, td.indentbuttons a:active, td.buttons a:active {
 /*
  * Special red emphasis:
  */
-em.warning { color: #ff0000 }
+em.warning, strong.warning { color: #ff0000 }
 
 /*
  * In show-status we use tables directly behind headlines
-- 
2.49.0