X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=templates%2Fcgi-style.css;h=135786185a558d79a9eeb55f0a0691b1e2d23783;hb=b15aee14f3dc660a966acb7c3f542586a768a1a0;hp=b9a288dfa632121c163a451f3d4186d1eaa415d3;hpb=e72b401da5537a14b29e945944926373cb251825;p=privoxy.git diff --git a/templates/cgi-style.css b/templates/cgi-style.css index b9a288df..13578618 100644 --- a/templates/cgi-style.css +++ b/templates/cgi-style.css @@ -1,16 +1,16 @@ ############################################################################## # -# File : $Source: /cvsroot/ijbswa/current/templates/cgi-style.css,v $ +# File : templates/cgi-style.css # # Purpose : Style sheet for the web-based config interface. # -# Copyright : Written by and Copyright (C) 2001 the SourceForge -# Privoxy team. http://www.privoxy.org/ +# Copyright : Written by and Copyright (C) 2001 members of the +# Privoxy team. https://www.privoxy.org/ # # 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 @@ -32,8 +32,6 @@ /* * CSS for Privoxy CGI and script output - * - * $Id: cgi-style.css,v 1.12 2007/12/11 21:20:53 fabiankeil Exp $ */ /* @@ -146,6 +144,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%; }