From 684cbddd0152fea3f3096076975fe96ed7cb9085 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Wed, 22 Feb 2006 00:14:56 +0000 Subject: 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(-) (limited to 'skins') diff --git a/skins/standard/global.css b/skins/standard/global.css index 7d6e0abba..5570c6f2c 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; -- cgit v1.2.3-24-g4f1b