r14534 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r14533‎ | r14534 | r14535 >
Date:05:51, 2 June 2006
Author:brion
Status:old
Tags:
Comment:
Hackaround for IE 7 wrapping bug in MonoBook footer
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/skins/monobook/IE70Fixes.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/monobook/IE70Fixes.css
@@ -67,3 +67,9 @@
6868 position: relative;
6969 }
7070 */
 71+
 72+
 73+#footer li {
 74+ /* Work around bug with inline <li> tags with right margins and nowrap */
 75+ margin-right: 0;
 76+}
Index: trunk/phase3/RELEASE-NOTES
@@ -408,6 +408,7 @@
409409 * (bug 885) Pre-save transform no longer silently appends close tags
410410 * Pre-save transform no longer changes the case of close tags
411411 * (bug 6164) Fix regression with <gallery> resetting <ref> state
 412+* Hackaround for IE 7 wrapping bug in MonoBook footer
412413
413414
414415 == Compatibility ==

Status & tagging log