r103747 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r103746‎ | r103747 | r103748 >
Date:11:00, 20 November 2011
Author:hashar
Status:ok
Tags:
Comment:
MFT to REL1_18 r103679

(bug 32460) Fix cat alignement in Simple and CologneBlue skins
introduced by fixing bug 31990 with r102297 and merged in 1.18
by r102541.
Modified paths:
  • /branches/REL1_18/phase3/RELEASE-NOTES-1.18 (modified) (history)
  • /branches/REL1_18/phase3/skins/cologneblue/screen.css (modified) (history)
  • /branches/REL1_18/phase3/skins/simple/main.css (modified) (history)

Diff [purge]

Index: branches/REL1_18/phase3/skins/simple/main.css
@@ -315,6 +315,13 @@
316316 li.new {
317317 text-decoration: line-through;
318318 }
 319+/**
 320++ * Overrides text justification (user preference)
 321++ * See bug 31990
 322++ */
 323+#catlinks {
 324+ text-align: center;
 325+}
319326 .catlinks {
320327 text-align: center;
321328 width: 80%;
Index: branches/REL1_18/phase3/skins/cologneblue/screen.css
@@ -104,6 +104,13 @@
105105 text-align: right;
106106 }
107107
 108+/**
 109+ * Overrides text justification (user preference)
 110+ * See bug 31990
 111+ */
 112+td.top-linkcollection #catlinks {
 113+ text-align: right;
 114+}
108115 td.bottom {
109116 font-family: Verdana, Arial, sans-serif;
110117 font-size: 10pt;
Index: branches/REL1_18/phase3/RELEASE-NOTES-1.18
@@ -13,6 +13,7 @@
1414
1515 === Changes since 1.18 RC1 ===
1616 * (bug 32228) regression in Special:Search which did not conserve profile on new search
 17+* (bug 32460) Categories were improperly aligned in Simple and CologneBlue
1718
1819 === Changes since 1.18 beta 1 ===
1920 * (bug 31886) Wrong titles redirecting to Special:Badtitle in the 1.18 deployment.

Follow-up revisions

RevisionCommit summaryAuthorDate
r104147MFT to REL1_18 r104146...hashar09:49, 24 November 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r102297bug 31990 justify paragraphs pref adds extra space to category listing...hashar16:46, 7 November 2011
r102541REL1_18 MFT r102297reedy17:31, 9 November 2011
r103679Fixes broken alignment of catlinks in cologneblue and simple skins....hartman14:32, 19 November 2011

Status & tagging log