From 9106014f8d1519d434d59b046ab320b53209f9c3 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sun, 17 Dec 2006 17:50:55 +0000 Subject: [PATCH] Add white space workaround for tables in show-status CGI page. --- templates/cgi-style.css | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/templates/cgi-style.css b/templates/cgi-style.css index b3556fd8..1773805f 100644 --- a/templates/cgi-style.css +++ b/templates/cgi-style.css @@ -1,6 +1,6 @@ ############################################################################## # -# File : $Source: /cvsroot/ijbswa/current/templates/edit-actions-list,v $ +# File : $Source: /cvsroot/ijbswa/current/templates/cgi-style.css,v $ # # Purpose : Style sheet for the web-based config interface. # @@ -29,7 +29,10 @@ # Temple Place - Suite 330, Boston, MA 02111-1307, USA. # # Revisions : -# $Log: edit-actions-list,v $ +# $Log: cgi-style.css,v $ +# Revision 1.8 2002/05/12 15:53:41 jongfoster +# Adding standard comment header with license and CVS log. +# # ############################################################################## @@ -37,7 +40,7 @@ /* * CSS for Privoxy CGI and script output * - * $Id: cgi-style.css,v 1.7 2002/05/12 15:45:33 jongfoster Exp $ + * $Id: cgi-style.css,v 1.8 2002/05/12 15:53:41 jongfoster Exp $ */ /* @@ -135,3 +138,14 @@ a.cmd:active, td.indentbuttons a:active, td.buttons a:active { * Special red emphasis: */ em.warning { color: #ff0000 } + +/* + * In show-status we use tables directly behind headlines + * and for some reason or another the headlines are set to + * "margin:0" and leave the tables no air to breath. + * + * A proper fix would be to replace or remove the "margin:0", + * 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 -- 2.39.2