Index: trunk/phase3/skins/monobook/IE70Fixes.css |
— | — | @@ -67,3 +67,9 @@ |
68 | 68 | position: relative; |
69 | 69 | } |
70 | 70 | */ |
| 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 @@ |
409 | 409 | * (bug 885) Pre-save transform no longer silently appends close tags |
410 | 410 | * Pre-save transform no longer changes the case of close tags |
411 | 411 | * (bug 6164) Fix regression with <gallery> resetting <ref> state |
| 412 | +* Hackaround for IE 7 wrapping bug in MonoBook footer |
412 | 413 | |
413 | 414 | |
414 | 415 | == Compatibility == |