Back out unreviewed commit 17d23282dd6d8b1bf6b1b80f97cf02265cbec59d
authorKrinkle <ttijhof@wikimedia.org>
Sat, 23 Jun 2012 08:56:31 +0000 (08:56 +0000)
committerTimo Tijhof <ttijhof@wikimedia.org>
Sat, 23 Jun 2012 09:00:56 +0000 (11:00 +0200)
Change-Id: I8911140f7fe14105b6debb14686d87613b84a1ce

RELEASE-NOTES-1.20
skins/common/commonElements.css

index e79dce2..3c545ee 100644 (file)
@@ -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 <pre> overflow automatically with a scroll bar.
 * (bug 37708) mw.Uri.clone() should make a deep copy.
 
 === API changes in 1.20 ===
index 903a4f7..02fd29f 100644 (file)
@@ -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 */