Follow up to r99307, with some inline comment documentation on why these !important...
authorDerk-Jan Hartman <hartman@users.mediawiki.org>
Sat, 8 Oct 2011 13:07:07 +0000 (13:07 +0000)
committerDerk-Jan Hartman <hartman@users.mediawiki.org>
Sat, 8 Oct 2011 13:07:07 +0000 (13:07 +0000)
resources/jquery/jquery.tablesorter.css

index 8771981..5044c0a 100644 (file)
@@ -1,4 +1,8 @@
-/* Table Sorting */
+/* 
+ * The !important is to make sure someone doesn't use element styling 
+ * to set the background or padding of a headercell and 
+ * accidently override all these options.
+ */
 table.jquery-tablesorter th.headerSort {
        /* @embed */
        background-image: url(images/sort_both.gif) !important;