Merge "(bug 5346) Make cats which are redirects italic in category links."
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Thu, 31 Jan 2013 21:21:38 +0000 (21:21 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Thu, 31 Jan 2013 21:21:38 +0000 (21:21 +0000)
RELEASE-NOTES-1.21
skins/common/shared.css

index b9fdecf..a831310 100644 (file)
@@ -86,6 +86,8 @@ production.
 * Added the ability to limit the wall clock time used by shell processes,
   as well as the CPU time. Configurable with $wgMaxShellWallClockTime.
 * Added $wgWhitelistReadRegexp for regex whitelisting
+* (bug 5346) Categories that are redirects will be displayed italic in
+  the category links section at the bottom of a page.
 
 === Bug fixes in 1.21 ===
 * (bug 40353) SpecialDoubleRedirect should support interwiki redirects.
index 34d3357..aa75a2a 100644 (file)
@@ -313,6 +313,11 @@ input#wpSummary {
        padding-left: 0.25em;
        border-left: none;
 }
+
+/* (bug 5346) make category redirects italic */
+.catlinks li a.mw-redirect {
+       font-style: italic;
+}
 /**
  * Hidden categories
  */