Index: trunk/phase3/skins/common/shared.css |
— | — | @@ -27,9 +27,3 @@ |
28 | 28 | float: right; |
29 | 29 | margin-left: 5px; |
30 | 30 | } |
31 | | -h1, h2, h3, h4, h5, h6 { |
32 | | - /* CSS voodoo magic: floats can interfere with each other unless we create |
33 | | - a new block formatting context for them to live in. The most harmless |
34 | | - way to do that in CSS2.1 is to use overflow: hidden. */ |
35 | | - overflow: hidden; |
36 | | -} |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -307,7 +307,6 @@ |
308 | 308 | * Don't show non-functional toolbar buttons on Opera 7 anymore |
309 | 309 | * (bug 9151) Fix relative subpage links with section fragments |
310 | 310 | * (bug 10560) Adding a space between category letter heading and "continues" |
311 | | -* (bug 1629) Stop section edit links from being shoved down by other floats |
312 | 311 | * (bug 4650) Keep impossibly large/small counts off Special:Statistics |
313 | 312 | * (bug 10608) PHP notice when installing with PostgreSQL |
314 | 313 | * (bug 10615) Fix for transwiki import when CURL not available |