From 584205a096183944abd2780d893a69ef5cba9551 Mon Sep 17 00:00:00 2001 From: Derk-Jan Hartman Date: Sat, 8 Oct 2011 13:07:07 +0000 Subject: [PATCH] Follow up to r99307, with some inline comment documentation on why these !important are used. --- resources/jquery/jquery.tablesorter.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/resources/jquery/jquery.tablesorter.css b/resources/jquery/jquery.tablesorter.css index 87719810ba..5044c0a29a 100644 --- a/resources/jquery/jquery.tablesorter.css +++ b/resources/jquery/jquery.tablesorter.css @@ -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; -- 2.20.1