From 9d5a434bdc30d75059ca88ccfbdec2fc3c3c0942 Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Thu, 6 Oct 2011 12:58:38 +0000 Subject: [PATCH] Replace spaces with tabs --- resources/jquery/jquery.tablesorter.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/jquery/jquery.tablesorter.css b/resources/jquery/jquery.tablesorter.css index 6f1ba1c015..a88acc0909 100644 --- a/resources/jquery/jquery.tablesorter.css +++ b/resources/jquery/jquery.tablesorter.css @@ -1,17 +1,17 @@ /* Table Sorting */ table.jquery-tablesorter th.headerSort { /* @embed */ - background-image: url(images/sort_both.gif); - cursor: pointer; - background-repeat: no-repeat; - background-position: center right; - padding-right: 21px; + background-image: url(images/sort_both.gif); + cursor: pointer; + background-repeat: no-repeat; + background-position: center right; + padding-right: 21px; } table.jquery-tablesorter th.headerSortUp { /* @embed */ - background-image: url(images/sort_up.gif); + background-image: url(images/sort_up.gif); } table.jquery-tablesorter th.headerSortDown { /* @embed */ - background-image: url(images/sort_down.gif); + background-image: url(images/sort_down.gif); } -- 2.20.1