diff --git a/.openshift/markers/force_clean_build b/.openshift/markers/force_clean_build deleted file mode 100644 index e69de29..0000000 diff --git a/_scss/table.custom.scss b/_scss/table.custom.scss index ddb0c55..08da050 100644 --- a/_scss/table.custom.scss +++ b/_scss/table.custom.scss @@ -15,8 +15,8 @@ table.tournament { padding: 0; } - thead > tr > .score, - tbody > tr > .score, + thead > tr > .result, + tbody > tr > .result, tbody > tr > .diagonal { min-width: 21px; text-align: center; diff --git a/assets/js/custom.js b/assets/js/custom.js index 4598b5b..3a55d1d 100644 --- a/assets/js/custom.js +++ b/assets/js/custom.js @@ -11,7 +11,7 @@ $(function() { }); /* Sort a tournament table with tablesorter */ - $('.tablesorter th.score').data('sorter', false); + $('.tablesorter th.result').data('sorter', false); $('.tablesorter th.points').data('sorter', 'score'); $('.tablesorter th.berger').data('sorter', 'score'); $('.tablesorter').tablesorter({