r39507 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r39506‎ | r39507 | r39508 >
Date:22:06, 16 August 2008
Author:siebrand
Status:old
Tags:
Comment:
Follow up on r39503. Add li.odd to common style sheet.
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)
  • /trunk/phase3/skins/common/shared.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/common/shared.css
@@ -247,3 +247,8 @@
248248 #shared-image-dup, #shared-image-conflict {
249249 font-style: italic;
250250 }
 251+
 252+/* Alternating background colours on Watchlist and RecentChanges */
 253+li.odd {
 254+ background-color: #e8e8e8
 255+}
Index: trunk/phase3/includes/DefaultSettings.php
@@ -1382,7 +1382,7 @@
13831383 * to ensure that client-side caches don't keep obsolete copies of global
13841384 * styles.
13851385 */
1386 -$wgStyleVersion = '165';
 1386+$wgStyleVersion = '166';
13871387
13881388
13891389 # Server-side caching:
Index: trunk/phase3/RELEASE-NOTES
@@ -88,8 +88,8 @@
8989 Show/Hide logged in users, Show/Hide anonymous, Invert namespace selection
9090 * Added hook 'UserrightsChangeableGroups' to allow modification of what
9191 groups may be added or removed via the Special:UserRights interface.
92 -* (bug 14468) Lines in classic RecentChanges and Watchlist have classes "odd"
93 - and "even" to make colouring using css possible.
 92+* (bug 14468) Lines in classic RecentChanges and Watchlist have alternating
 93+ background colours based on classes "odd" and "even".
9494
9595 === Bug fixes in 1.14 ===
9696

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r39503(bug 14468) Lines in classic RecentChanges and Watchlist now have classes "od...siebrand21:16, 16 August 2008

Status & tagging log