From a863801985f771519113fd2a9b93b0c3022a1ec8 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Thu, 15 Apr 2004 22:13:54 +0000 Subject: [PATCH] IE/Mac doesn't float the divs correctly without a width. These icons are always 88px. --- stylesheets/monobook/main.css | 1 + 1 file changed, 1 insertion(+) 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 */ -- 2.20.1