r47754 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r47753‎ | r47754 | r47755 >
Date:18:01, 24 February 2009
Author:danny_b
Status:ok
Tags:
Comment:
* (bug 17648) Prevent floats from intruding into edit area in previews if no toolbar present
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/skins/common/shared.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/common/shared.css
@@ -14,7 +14,7 @@
1515 #wikiPreview.ontop { margin-bottom: 1em; }
1616
1717 /* Stop floats from intruding into edit area in previews */
18 -#toolbar, #wpTextbox1 { clear: both; }
 18+#editform, #toolbar, #wpTextbox1 { clear: both; }
1919
2020 div#mw-js-message {
2121 margin: 1em 5%;
Index: trunk/phase3/RELEASE-NOTES
@@ -220,6 +220,7 @@
221221 * (bug 17546) Correct Tongan language native name is "lea faka-Tonga"
222222 * (bug 17621) Special:WantedFiles has no link to Special:Whatlinkshere
223223 * (bug 17460) Client ecoding is now correctly set for PostgreSQL
 224+* (bug 17648) Prevent floats from intruding into edit area in previews if no toolbar present
224225
225226 == API changes in 1.15 ==
226227 * (bug 16858) Revamped list=deletedrevs to make listing deleted contributions

Status & tagging log