1

Make table responsive and fix the sorting of score.

This commit is contained in:
vonavi
2015-01-03 13:40:10 +03:00
parent 3852e43391
commit ae741914ae
3 changed files with 8 additions and 3 deletions

View File

@@ -12,8 +12,10 @@ layout: default
</div>
<div class="col-xs-12">
{% assign table = page.url | remove_first: '/' | append: 'table.html' %}
{% include {{table}} %}
<div class="table-responsive">
{% assign table = page.url | remove_first: '/' | append: 'table.html' %}
{% include {{table}} %}
</div>
</div>
<div class="col-xs-12">