Index: trunk/phase3/docs/uidesign/mediawiki.action.history.diff.html |
— | — | @@ -0,0 +1,31 @@ |
| 2 | +<!DOCTYPE html> |
| 3 | +<html lang="en" dir="ltr" xmlns="http://www.w3.org/1999/xhtml"> |
| 4 | +<head> |
| 5 | + <link rel="stylesheet" href="../../resources/mediawiki.action/mediawiki.action.history.diff.css" /> |
| 6 | +</head> |
| 7 | +<body> |
| 8 | +<p> |
| 9 | +This show various styles for our diff action. The reference style sheet is:</p> |
| 10 | +<p> |
| 11 | +<tt><a href="../../resources/mediawiki.action/mediawiki.action.history.diff.css">resources/mediawiki.action/mediawiki.action.history.diff.css</a></tt>. |
| 12 | +</p> |
| 13 | +<p> |
| 14 | +This file might help us fix our diff colors which have been a recurring issues among the community for a loooong time.</p> |
| 15 | +<table class="diff"> |
| 16 | + |
| 17 | + <tr><th>Diff</th></tr> |
| 18 | + |
| 19 | + <tr><td class="diff-addedline"><tt>diff-addedline</tt>: added line</td></tr> |
| 20 | + <tr><td class="diff-deletedline"><tt>diff-deletedline</tt>: deleted line</td></tr> |
| 21 | + <tr><td class="diff-context"><tt>diff-context</tt>: context</td></tr> |
| 22 | + |
| 23 | + |
| 24 | + <tr><th>Same as above with <tt>diffchange</tt> class</th></tr> |
| 25 | + |
| 26 | + <tr><td class="diffchange">Diffchange</td></tr> |
| 27 | + <tr><td class="diff-addedline diffchange">Added line + diffchange</td></tr> |
| 28 | + <tr><td class="diff-deletedline diffchange">Deleted line + diffchange</td></tr> |
| 29 | + <tr><td class="diff-context diffchange">Context + diffchange</td></tr> |
| 30 | +</table> |
| 31 | + |
| 32 | +</body></html> |
Property changes on: trunk/phase3/docs/uidesign/mediawiki.action.history.diff.html |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 33 | + native |