Partial revert of r24168: it *does* have other effects, it breaks headings on RTL...
authorRotem Liss <rotem@users.mediawiki.org>
Wed, 18 Jul 2007 20:43:59 +0000 (20:43 +0000)
committerRotem Liss <rotem@users.mediawiki.org>
Wed, 18 Jul 2007 20:43:59 +0000 (20:43 +0000)
RELEASE-NOTES
skins/common/shared.css

index 7dfaefe..ab934fe 100644 (file)
@@ -307,7 +307,6 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * Don't show non-functional toolbar buttons on Opera 7 anymore
 * (bug 9151) Fix relative subpage links with section fragments
 * (bug 10560) Adding a space between category letter heading and "continues"
-* (bug 1629) Stop section edit links from being shoved down by other floats
 * (bug 4650) Keep impossibly large/small counts off Special:Statistics
 * (bug 10608) PHP notice when installing with PostgreSQL
 * (bug 10615) Fix for transwiki import when CURL not available
index f980603..dab7fac 100644 (file)
@@ -27,9 +27,3 @@ div#mw-js-message {
        float: right;
        margin-left: 5px;
 }
-h1, h2, h3, h4, h5, h6 {
-       /* CSS voodoo magic: floats can interfere with each other unless we create
-          a new block formatting context for them to live in.  The most harmless
-          way to do that in CSS2.1 is to use overflow: hidden. */
-       overflow: hidden;
-}