From 55f34f1b41e8fac264d981a91f33009fb3cdf791 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Wed, 22 Feb 2006 00:15:34 +0000 Subject: [PATCH] CSS patch for bug 314055: Fix incorrect layout on footer bar - words overlap; patch by Colin Ogilvie , r=vladd, a=justdave. --- skins/standard/global.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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; -- 2.47.2