r99093 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r99092‎ | r99093 | r99094 >
Date:12:58, 6 October 2011
Author:catrope
Status:ok
Tags:
Comment:
Replace spaces with tabs
Modified paths:
  • /trunk/phase3/resources/jquery/jquery.tablesorter.css (modified) (history)

Diff [purge]

Index: trunk/phase3/resources/jquery/jquery.tablesorter.css
@@ -1,17 +1,17 @@
22 /* Table Sorting */
33 table.jquery-tablesorter th.headerSort {
44 /* @embed */
5 - background-image: url(images/sort_both.gif);
6 - cursor: pointer;
7 - background-repeat: no-repeat;
8 - background-position: center right;
9 - padding-right: 21px;
 5+ background-image: url(images/sort_both.gif);
 6+ cursor: pointer;
 7+ background-repeat: no-repeat;
 8+ background-position: center right;
 9+ padding-right: 21px;
1010 }
1111 table.jquery-tablesorter th.headerSortUp {
1212 /* @embed */
13 - background-image: url(images/sort_up.gif);
 13+ background-image: url(images/sort_up.gif);
1414 }
1515 table.jquery-tablesorter th.headerSortDown {
1616 /* @embed */
17 - background-image: url(images/sort_down.gif);
 17+ background-image: url(images/sort_down.gif);
1818 }

Past revisions this follows-up on

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

Status & tagging log