From: Brion Vibber Date: Thu, 15 Apr 2004 22:13:54 +0000 (+0000) Subject: IE/Mac doesn't float the divs correctly without a width. These icons are always 88px. X-Git-Tag: 1.3.0beta1~415 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=a863801985f771519113fd2a9b93b0c3022a1ec8;p=lhc%2Fweb%2Fwiklou.git IE/Mac doesn't float the divs correctly without a width. These icons are always 88px. --- diff --git a/stylesheets/monobook/main.css b/stylesheets/monobook/main.css index ee61ec0bf4..63d5d54520 100644 --- a/stylesheets/monobook/main.css +++ b/stylesheets/monobook/main.css @@ -899,6 +899,7 @@ li#contentaction-watch { } #footer-poweredbyico, #footer-copyrightico { + width: 88px; margin: 0 8px; position: relative; top: -2px; /* Bump it up just a tad */