Rahul21 has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/49388


Change subject: (Bug 34798) Solved:Diffs on recent changes feed should have the 
same formatting of the on wiki diffs
......................................................................

(Bug 34798) Solved:Diffs on recent changes feed should have the same formatting 
of the on wiki diffs

Change-Id: Ic111b8f49c3e0178e0af62d77f2c844afc13f6c0
---
M includes/FeedUtils.php
1 file changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/88/49388/1

diff --git a/includes/FeedUtils.php b/includes/FeedUtils.php
index ac399b5..4fc9ff7 100644
--- a/includes/FeedUtils.php
+++ b/includes/FeedUtils.php
@@ -244,9 +244,9 @@
                        'diff'             => 'background-color: white; 
color:black;',
                        'diff-otitle'      => 'background-color: white; 
color:black; text-align: center',
                        'diff-ntitle'      => 'background-color: white; 
color:black; text-align: center',
-                       'diff-addedline'   => 'background: #cfc; color:black; 
font-size: smaller;',
-                       'diff-deletedline' => 'background: #ffa; color:black; 
font-size: smaller;',
-                       'diff-context'     => 'background: #eee; color:black; 
font-size: smaller;',
+                       'diff-addedline'   => 'background: #cfc; color:black; 
font-size: smaller; border-color: #a3d3ff;',
+                       'diff-deletedline' => 'background: #ffa; color:black; 
font-size: smaller; border-color: #ffe49c;',
+                       'diff-context'     => 'background: #f9f9f9; 
color:#333333; font-size: smaller; border-color: #e6e6e6;',
                        'diffchange'       => 'color: red; font-weight: bold; 
text-decoration: none;',
                );
 

-- 
To view, visit https://gerrit.wikimedia.org/r/49388
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic111b8f49c3e0178e0af62d77f2c844afc13f6c0
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Rahul21 <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to