r99091 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r99090‎ | r99091 | r99092 >
Date:12:51, 6 October 2011
Author:catrope
Status:ok
Tags:
Comment:
Followup r98676: add @embed
Modified paths:
  • /trunk/phase3/resources/jquery/jquery.tablesorter.css (modified) (history)

Diff [purge]

Index: trunk/phase3/resources/jquery/jquery.tablesorter.css
@@ -1,5 +1,6 @@
22 /* Table Sorting */
33 table.jquery-tablesorter th.headerSort {
 4+ /* @embed */
45 background-image: url(images/sort_both.gif);
56 cursor: pointer;
67 background-repeat: no-repeat;
@@ -7,8 +8,10 @@
89 padding-right: 21px;
910 }
1011 table.jquery-tablesorter th.headerSortUp {
 12+ /* @embed */
1113 background-image: url(images/sort_up.gif);
1214 }
1315 table.jquery-tablesorter th.headerSortDown {
 16+ /* @embed */
1417 background-image: url(images/sort_down.gif);
1518 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r990941.18wmf1: MFT r98235, r98411, r98665, r98676, r98678, r98773, r98812, r99082,...catrope13:01, 6 October 2011
r100375REL1_18 MFT r98927, r98990, r99081, r99082, r99091, r99102, r99104, r99126reedy21:08, 20 October 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r98676Follow up to r98665....hartman16:06, 2 October 2011

Status & tagging log