Added popular colored watchlist numbers, which make probable deletion vandalism stand...
authorRemember the dot <rememberthedot@users.mediawiki.org>
Wed, 15 Jul 2009 05:10:38 +0000 (05:10 +0000)
committerRemember the dot <rememberthedot@users.mediawiki.org>
Wed, 15 Jul 2009 05:10:38 +0000 (05:10 +0000)
RELEASE-NOTES
skins/common/shared.css

index 2019cba..56cf928 100644 (file)
@@ -123,6 +123,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
   preprocesor level.
 * Added $wgShowArchiveThumbnails, allowing sysadmins to disable thumbnail 
   display for old versions of images.
+* In watchlists and Special:RecentChanges, the difference in page size now
+  appears in dark green if bytes were added and dark red if bytes were removed.
 
 === Bug fixes in 1.16 ===
 
index e07803b..30a5fd5 100644 (file)
@@ -3,7 +3,11 @@
  * careful what you put in here, since what looks good in one skin may not in
  * another, but don't ignore the poor non-Monobook users either.
  */
-.mw-plusminus-null { color: #aaa; }
+
+/* Colored watchlist and recent changes numbers */
+.mw-plusminus-pos { color: #006400; } /* dark green */
+.mw-plusminus-neg { color: #8b0000; } /* dark red */
+.mw-plusminus-null { color: #aaa; } /* gray */
 
 .texvc { direction: ltr; unicode-bidi: embed; }
 img.tex { vertical-align: middle; }