https://www.mediawiki.org/wiki/Special:Code/MediaWiki/112763

Revision: 112763
Author:   reedy
Date:     2012-03-01 02:01:29 +0000 (Thu, 01 Mar 2012)
Log Message:
-----------
MFT r112750

Modified Paths:
--------------
    
branches/wmf/1.19wmf1/resources/mediawiki.action/mediawiki.action.history.diff.css

Property Changed:
----------------
    branches/wmf/1.19wmf1/


Property changes on: branches/wmf/1.19wmf1
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/JSTesting:100352-107913
/branches/REL1_15/phase3:51646
/branches/REL1_17/phase3:81445,81448
/branches/new-installer/phase3:43664-66004
/branches/sqlite:58211-58321
/branches/wmf/1.18wmf1:97508,111667
/trunk/phase3:111002,111029,111034,111062,111067,111076,111085,111128,111144,111251,111397,111571,111574,111597,111658,111673,111695,111697,111750,111802-111803,111827,111965-111967,112021,112034,112037,112045-112046,112049,112061-112063,112065-112066,112070-112071,112079,112100,112128,112132-112133,112141,112152,112169-112170,112172-112173,112179,112184,112259,112290,112374,112378,112381,112383,112397,112408,112474,112526,112533-112534,112563,112566,112700
   + /branches/JSTesting:100352-107913
/branches/REL1_15/phase3:51646
/branches/REL1_17/phase3:81445,81448
/branches/new-installer/phase3:43664-66004
/branches/sqlite:58211-58321
/branches/wmf/1.18wmf1:97508,111667
/trunk/phase3:111002,111029,111034,111062,111067,111076,111085,111128,111144,111251,111397,111571,111574,111597,111658,111673,111695,111697,111750,111802-111803,111827,111965-111967,112021,112034,112037,112045-112046,112049,112061-112063,112065-112066,112070-112071,112079,112100,112128,112132-112133,112141,112152,112169-112170,112172-112173,112179,112184,112259,112290,112374,112378,112381,112383,112397,112408,112474,112526,112533-112534,112563,112566,112700,112750

Modified: 
branches/wmf/1.19wmf1/resources/mediawiki.action/mediawiki.action.history.diff.css
===================================================================
--- 
branches/wmf/1.19wmf1/resources/mediawiki.action/mediawiki.action.history.diff.css
  2012-03-01 02:00:16 UTC (rev 112762)
+++ 
branches/wmf/1.19wmf1/resources/mediawiki.action/mediawiki.action.history.diff.css
  2012-03-01 02:01:29 UTC (rev 112763)
@@ -1,54 +1,39 @@
-/**
- * Diff rendering
- */
-
+/*
+** Diff rendering
+*/
+table.diff, td.diff-otitle, td.diff-ntitle {
+       background-color: white;
+}
 td.diff-otitle,
 td.diff-ntitle {
        text-align: center;
 }
-
 td.diff-marker {
        text-align: right;
 }
-
 td.diff-lineno {
        font-weight: bold;
 }
-
-td.diff-addedline,
-td.diff-deletedline,
-td.diff-context {
-       font-size: 88%;
-       vertical-align: top;
-       white-space: -moz-pre-wrap;
-       white-space: pre-wrap;
-}
-
 td.diff-addedline {
-       background: #E0ECFF;
+       background: #cfc;
+       font-size: smaller;
 }
-
 td.diff-deletedline {
-       background: #FCF8CC;
+       background: #ffa;
+       font-size: smaller;
 }
-
 td.diff-context {
-       background: #F2F2F2;
+       background: #eee;
+       font-size: smaller;
 }
-
 .diffchange {
+       color: red;
        font-weight: bold;
+       white-space: -moz-pre-wrap;
+       white-space: pre-wrap;
        text-decoration: none;
 }
 
-td.diff-addedline .diffchange {
-       background: #B0C8FF;
-}
-
-td.diff-deletedline .diffchange {
-       background: #FFD084;
-}
-
 table.diff {
        border: none;
        width: 98%;
@@ -57,25 +42,20 @@
        /* Ensure that colums are of equal width */
        table-layout: fixed;
 }
-
 table.diff td {
        padding: 0;
 }
-
 table.diff col.diff-marker {
        width: 2%;
 }
-
 table.diff col.diff-content {
        width: 48%;
 }
-
 table.diff td div {
        /* Force-wrap very long lines such as URLs or page-widening char 
strings.*/
        word-wrap: break-word;
 
        /* As fallback (FF<3.5, Opera <10.5), scrollbars will be added for very 
wide cells
-        * instead of text overflowing or widening
-        */
+          instead of text overflowing or widening */
        overflow: auto;
 }


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

Reply via email to