From: Trevor Parscal Date: Fri, 20 Jul 2012 21:20:35 +0000 (+0000) Subject: Revert "(bug 260) Handle
 overflow automatically with a scroll bar"
X-Git-Tag: 1.31.0-rc.0~22956^2
X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/journal.php?a=commitdiff_plain;h=52bb79ecab78b0de3b86e5ab659dd4b6dcf57903;p=lhc%2Fweb%2Fwiklou.git

Revert "(bug 260) Handle 
 overflow automatically with a scroll bar"

Even after 8 years, we can't seem to make up our minds. That said, I think using word-wrap is the way to go, see comments on the bug.

This reverts commit b9f5fc10ae1fd7fab754db023e7d622355894f58
---

diff --git a/RELEASE-NOTES-1.20 b/RELEASE-NOTES-1.20
index e79dce2e9b..3c545eea9e 100644
--- a/RELEASE-NOTES-1.20
+++ b/RELEASE-NOTES-1.20
@@ -125,7 +125,6 @@ upgrade PHP if you have not done so prior to upgrading MediaWiki.
   who don't have access to /tmp can specify an alternative.
 * (bug 27283) SqlBagOStuff breaks PostgreSQL transactions.
 * (bug 35727) mw.Api ajax() should put token parameter last.
-* (bug 260) Handle 
 overflow automatically with a scroll bar.
 * (bug 37708) mw.Uri.clone() should make a deep copy.
 
 === API changes in 1.20 ===
diff --git a/skins/common/commonElements.css b/skins/common/commonElements.css
index 903a4f742e..02fd29fe20 100644
--- a/skins/common/commonElements.css
+++ b/skins/common/commonElements.css
@@ -198,12 +198,6 @@ pre, .mw-code {
 	border: 1px dashed #2f6fab;
 	color: black;
 	background-color: #f9f9f9;
-	/* Handle overflow (bug 260) */
-	overflow: auto;
-	/* IE 7 is the first IE to support overflow but got it wrong */
-	/* IE 8+ is fine */
-	*padding-bottom: 21px;
-	*overflow-y: hidden;
 }
 
 /* Tables */