r33962 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r33961‎ | r33962 | r33963 >
Date:10:24, 28 April 2008
Author:nikerabbit
Status:old
Tags:
Comment:
* (bug 13866) skins/common/shared.css - invalid attribute fixing
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
@@ -168,7 +168,7 @@
169169 }
170170
171171 td.os-suggest-result, td.os-suggest-result-hl {
172 - align: left;
 172+ text-align: left;
173173 white-space: nowrap;
174174 background-color: white;
175175 }
Index: trunk/phase3/RELEASE-NOTES
@@ -217,6 +217,7 @@
218218 * (bug 13822) Fatal error on some pages when calculating subpage subtitle
219219 * (bug 13824) AJAX search suggestion now works with non-SkinTemplate skins
220220 * Added 'application/x-dia-diagram' MediaWiki's known MIME types
 221+* (bug 13866) skins/common/shared.css - invalid attribute fixing
221222
222223 === API changes in 1.13 ===
223224

Follow-up revisions

RevisionCommit summaryAuthorDate
r34076Revert r33962, the bad CSS should've been removed. Fixes bug #13914rainman15:54, 1 May 2008

Status & tagging log