Index: trunk/phase3/skins/common/shared.css |
— | — | @@ -14,7 +14,7 @@ |
15 | 15 | #wikiPreview.ontop { margin-bottom: 1em; } |
16 | 16 | |
17 | 17 | /* Stop floats from intruding into edit area in previews */ |
18 | | -#toolbar, #wpTextbox1 { clear: both; } |
| 18 | +#editform, #toolbar, #wpTextbox1 { clear: both; } |
19 | 19 | |
20 | 20 | div#mw-js-message { |
21 | 21 | margin: 1em 5%; |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -220,6 +220,7 @@ |
221 | 221 | * (bug 17546) Correct Tongan language native name is "lea faka-Tonga" |
222 | 222 | * (bug 17621) Special:WantedFiles has no link to Special:Whatlinkshere |
223 | 223 | * (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 |
224 | 225 | |
225 | 226 | == API changes in 1.15 == |
226 | 227 | * (bug 16858) Revamped list=deletedrevs to make listing deleted contributions |