Index: trunk/phase3/skins/common/shared.css |
— | — | @@ -3,8 +3,12 @@ |
4 | 4 | * careful what you put in here, since what looks good in one skin may not in |
5 | 5 | * another, but don't ignore the poor non-Monobook users either. |
6 | 6 | */ |
7 | | -.mw-plusminus-null { color: #aaa; } |
8 | 7 | |
| 8 | +/* Colored watchlist and recent changes numbers */ |
| 9 | +.mw-plusminus-pos { color: #006400; } /* dark green */ |
| 10 | +.mw-plusminus-neg { color: #8b0000; } /* dark red */ |
| 11 | +.mw-plusminus-null { color: #aaa; } /* gray */ |
| 12 | + |
9 | 13 | .texvc { direction: ltr; unicode-bidi: embed; } |
10 | 14 | img.tex { vertical-align: middle; } |
11 | 15 | span.texhtml { font-family: serif; } |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -123,6 +123,8 @@ |
124 | 124 | preprocesor level. |
125 | 125 | * Added $wgShowArchiveThumbnails, allowing sysadmins to disable thumbnail |
126 | 126 | display for old versions of images. |
| 127 | +* In watchlists and Special:RecentChanges, the difference in page size now |
| 128 | + appears in dark green if bytes were added and dark red if bytes were removed. |
127 | 129 | |
128 | 130 | === Bug fixes in 1.16 === |
129 | 131 | |