From bd3172260c31533d75d66fb4fe29013ff3188778 Mon Sep 17 00:00:00 2001 From: vonavi Date: Tue, 6 Jan 2015 01:52:18 +0300 Subject: [PATCH] Rename class 'score' to 'result' in tournament tables. --- .openshift/markers/force_clean_build | 0 _scss/table.custom.scss | 4 ++-- assets/js/custom.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 .openshift/markers/force_clean_build 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({