From d29fdc51a03c4cdde79bdf5a66fbacdc06b8d054 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Fri, 2 Jun 2006 05:51:33 +0000 Subject: [PATCH] Hackaround for IE 7 wrapping bug in MonoBook footer --- RELEASE-NOTES | 1 + skins/monobook/IE70Fixes.css | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 438af19ca3..f87ce0bd85 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -408,6 +408,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * (bug 885) Pre-save transform no longer silently appends close tags * Pre-save transform no longer changes the case of close tags * (bug 6164) Fix regression with resetting state +* Hackaround for IE 7 wrapping bug in MonoBook footer == Compatibility == diff --git a/skins/monobook/IE70Fixes.css b/skins/monobook/IE70Fixes.css index c15e185ab1..2a2c9c7715 100644 --- a/skins/monobook/IE70Fixes.css +++ b/skins/monobook/IE70Fixes.css @@ -67,3 +67,9 @@ div.tleft { position: relative; } */ + + +#footer li { + /* Work around bug with inline
  • tags with right margins and nowrap */ + margin-right: 0; +} -- 2.20.1