From: Fabian Keil Date: Mon, 22 Jan 2007 13:12:43 +0000 (+0000) Subject: White space cosmetics for #include. X-Git-Tag: v_3_0_7~381 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=7bfb6887ab00db9e025508bff29c122f05a63ace White space cosmetics for #include. --- diff --git a/templates/cgi-style.css b/templates/cgi-style.css index 1773805f..5ea0251d 100644 --- a/templates/cgi-style.css +++ b/templates/cgi-style.css @@ -30,17 +30,20 @@ # # Revisions : # $Log: cgi-style.css,v $ +# 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.8 2002/05/12 15:53:41 jongfoster Exp $ + * $Id: cgi-style.css,v 1.9 2006/12/17 17:50:55 fabiankeil Exp $ */ /* @@ -148,4 +151,4 @@ em.warning { color: #ff0000 } * but as this affects every cgi page we do it another time * and use this workaround until then. */ -.box table { margin-top: 1em; } \ No newline at end of file +.box table { margin-top: 1em; }