r24253 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r24252‎ | r24253 | r24254 >
Date:20:43, 18 July 2007
Author:rotem
Status:old
Tags:
Comment:
Partial revert of r24168: it *does* have other effects, it breaks headings on RTL wikis (each heading near left-floated items, e.g. images or infoboxes, is moved to the right, over (or under) the sidebar.
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
@@ -27,9 +27,3 @@
2828 float: right;
2929 margin-left: 5px;
3030 }
31 -h1, h2, h3, h4, h5, h6 {
32 - /* CSS voodoo magic: floats can interfere with each other unless we create
33 - a new block formatting context for them to live in. The most harmless
34 - way to do that in CSS2.1 is to use overflow: hidden. */
35 - overflow: hidden;
36 -}
Index: trunk/phase3/RELEASE-NOTES
@@ -307,7 +307,6 @@
308308 * Don't show non-functional toolbar buttons on Opera 7 anymore
309309 * (bug 9151) Fix relative subpage links with section fragments
310310 * (bug 10560) Adding a space between category letter heading and "continues"
311 -* (bug 1629) Stop section edit links from being shoved down by other floats
312311 * (bug 4650) Keep impossibly large/small counts off Special:Statistics
313312 * (bug 10608) PHP notice when installing with PostgreSQL
314313 * (bug 10615) Fix for transwiki import when CURL not available

Follow-up revisions

RevisionCommit summaryAuthorDate
r24276Merged revisions 24213-24275 via svnmerge from...david20:20, 19 July 2007

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r24168* RELEASE-NOTES from last commit...simetrical15:51, 16 July 2007

Status & tagging log