From: jocuri%softhome.net <> Date: Wed, 22 Feb 2006 00:15:16 +0000 (+0000) Subject: CSS patch for bug 314055: Fix incorrect layout on footer bar - words overlap; patch... X-Git-Tag: bugzilla-2.22~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c6621c57b287665f4a6afa197f136b8e0c39713;p=thirdparty%2Fbugzilla.git CSS patch for bug 314055: Fix incorrect layout on footer bar - words overlap; patch by Colin Ogilvie , r=vladd, a=justdave. --- diff --git a/skins/standard/global.css b/skins/standard/global.css index 7d6e0abbaa..5570c6f2c9 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -218,7 +218,7 @@ body #footer .label { - width: 7.2em; + width: 8.2em; display: block; float: left; @@ -244,7 +244,7 @@ body #footer .links { - display: block; + display: table-cell; padding: 0.1em 0.2em; } @@ -252,8 +252,6 @@ body /* hide from MSIE and NN4 */ [id]#footer .links { - display: table-cell; - padding-top: 0; vertical-align: baseline;