From a1ce79001026fba5eb8cd6321a365a9c45b711d1 Mon Sep 17 00:00:00 2001 From: Rotem Liss Date: Wed, 18 Jul 2007 20:43:59 +0000 Subject: [PATCH] Partial revert of r24168: it *does* have other effects, it breaks headings on RTL wikis (each heading near left-floated items, e.g. images or infoboxes, is moved to the right, over (or under) the sidebar. --- RELEASE-NOTES | 1 - skins/common/shared.css | 6 ------ 2 files changed, 7 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 7dfaefe3c2..ab934fef58 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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 diff --git a/skins/common/shared.css b/skins/common/shared.css index f980603a5c..dab7facd7d 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -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; -} -- 2.20.1