From: Danny B Date: Tue, 24 Feb 2009 18:01:30 +0000 (+0000) Subject: * (bug 17648) Prevent floats from intruding into edit area in previews if no toolbar... X-Git-Tag: 1.31.0-rc.0~42700 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=09a46053da9828a43b79869c2db6b917c29f282c;p=lhc%2Fweb%2Fwiklou.git * (bug 17648) Prevent floats from intruding into edit area in previews if no toolbar present --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 26e333d9d0..2f95a435d8 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -220,6 +220,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * (bug 17546) Correct Tongan language native name is "lea faka-Tonga" * (bug 17621) Special:WantedFiles has no link to Special:Whatlinkshere * (bug 17460) Client ecoding is now correctly set for PostgreSQL +* (bug 17648) Prevent floats from intruding into edit area in previews if no toolbar present == API changes in 1.15 == * (bug 16858) Revamped list=deletedrevs to make listing deleted contributions diff --git a/skins/common/shared.css b/skins/common/shared.css index b66ca0e04c..1a80176aa3 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -14,7 +14,7 @@ span.texhtml { font-family: serif; } #wikiPreview.ontop { margin-bottom: 1em; } /* Stop floats from intruding into edit area in previews */ -#toolbar, #wpTextbox1 { clear: both; } +#editform, #toolbar, #wpTextbox1 { clear: both; } div#mw-js-message { margin: 1em 5%;