From: jocuri%softhome.net <> Date: Wed, 22 Feb 2006 00:15:34 +0000 (+0000) Subject: CSS patch for bug 314055: Fix incorrect layout on footer bar - words overlap; patch... X-Git-Tag: bugzilla-2.20.2~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55f34f1b41e8fac264d981a91f33009fb3cdf791;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 bf4765c518..7fb06071cc 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -216,7 +216,7 @@ body #footer .label { - width: 7.2em; + width: 8.2em; display: block; float: left; @@ -242,7 +242,7 @@ body #footer .links { - display: block; + display: table-cell; padding: 0.1em 0.2em; } @@ -250,8 +250,6 @@ body /* hide from MSIE and NN4 */ [id]#footer .links { - display: table-cell; - padding-top: 0; vertical-align: baseline;