Hackaround for IE 7 wrapping bug in MonoBook footer
authorBrion Vibber <brion@users.mediawiki.org>
Fri, 2 Jun 2006 05:51:33 +0000 (05:51 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Fri, 2 Jun 2006 05:51:33 +0000 (05:51 +0000)
RELEASE-NOTES
skins/monobook/IE70Fixes.css

index 438af19..f87ce0b 100644 (file)
@@ -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 <gallery> resetting <ref> state
+* Hackaround for IE 7 wrapping bug in MonoBook footer
 
 
 == Compatibility ==
index c15e185..2a2c9c7 100644 (file)
@@ -67,3 +67,9 @@ div.tleft {
        position: relative;
 }
 */
+
+
+#footer li {
+       /* Work around bug with inline <li> tags with right margins and nowrap */
+       margin-right: 0;
+}