Rahul21 has uploaded a new change for review.

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


Change subject: (Bug 34798) Added the text alignment for properties diff-otitle 
and diff-ntitle
......................................................................

(Bug 34798) Added the text alignment for properties diff-otitle and diff-ntitle

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


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/87/49387/1

diff --git a/includes/FeedUtils.php b/includes/FeedUtils.php
index 67011d2..ac399b5 100644
--- a/includes/FeedUtils.php
+++ b/includes/FeedUtils.php
@@ -242,8 +242,8 @@
        public static function applyDiffStyle( $text ) {
                $styles = array(
                        'diff'             => 'background-color: white; 
color:black;',
-                       'diff-otitle'      => 'background-color: white; 
color:black;',
-                       'diff-ntitle'      => '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;',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idfc53a0c27161d4aed2e63bf443206d6951a92d5
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