From: Krinkle Date: Sat, 23 Jun 2012 08:56:31 +0000 (+0000) Subject: Back out unreviewed commit 17d23282dd6d8b1bf6b1b80f97cf02265cbec59d X-Git-Tag: 1.31.0-rc.0~23250 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=e82764f2439cd38728423bd2c212a5493227d5b3;p=lhc%2Fweb%2Fwiklou.git Back out unreviewed commit 17d23282dd6d8b1bf6b1b80f97cf02265cbec59d Change-Id: I8911140f7fe14105b6debb14686d87613b84a1ce --- 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 */