X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=templates%2Fcgi-style.css;h=3a26b9f6ee1d558eb1be421a490e1067a5a59ac0;hp=b3cce4398fbaed1ab32dd301365dcdb13a588cd6;hb=e12b2acdbf69e735e195cf6b8c2a00d533717078;hpb=37cdfe39ed7ec3da7e7d581e6179df67dfbd0c02 diff --git a/templates/cgi-style.css b/templates/cgi-style.css index b3cce439..3a26b9f6 100644 --- a/templates/cgi-style.css +++ b/templates/cgi-style.css @@ -10,7 +10,7 @@ # Original Author: Copyright (C) 2001 Jonathan Foster # http://www.jon-foster.co.uk/ # -# This program is free software; you can redistribute it +# This program is free software; you can redistribute it # and/or modify it under the terms of the GNU General # Public License as published by the Free Software # Foundation; either version 2 of the License, or (at @@ -28,31 +28,12 @@ # or write to the Free Software Foundation, Inc., 59 # Temple Place - Suite 330, Boston, MA 02111-1307, USA. # -# 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. -# -# Revision 1.9 2006/12/17 17:50:55 fabiankeil -# Add white space workaround for tables -# in show-status CGI page. -# -# Revision 1.8 2002/05/12 15:53:41 jongfoster -# Adding standard comment header with license and CVS log. -# -# ############################################################################## /* * CSS for Privoxy CGI and script output * - * $Id: cgi-style.css,v 1.11 2007/12/08 14:29:06 fabiankeil Exp $ + * $Id: cgi-style.css,v 1.13 2009/05/16 13:27:21 fabiankeil Exp $ */ /* @@ -165,6 +146,6 @@ em.warning, strong.warning { color: #ff0000 } /* * 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. + * is less than 80 characters. */ input.url, input.pattern { width: 95%; }