From: Derk-Jan Hartman Date: Sat, 8 Oct 2011 13:07:07 +0000 (+0000) Subject: Follow up to r99307, with some inline comment documentation on why these !important... X-Git-Tag: 1.31.0-rc.0~27188 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=584205a096183944abd2780d893a69ef5cba9551;p=lhc%2Fweb%2Fwiklou.git Follow up to r99307, with some inline comment documentation on why these !important are used. --- 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;