Improve the look of tournament table.
This commit is contained in:
parent
6f208083fe
commit
9763b282f7
@ -48,12 +48,12 @@ table.tournament {
|
|||||||
thead > tr > th, thead > tr > td,
|
thead > tr > th, thead > tr > td,
|
||||||
tfoot > tr > th, tfoot > tr > td,
|
tfoot > tr > th, tfoot > tr > td,
|
||||||
tbody > tr > th, tbody > tr > td {
|
tbody > tr > th, tbody > tr > td {
|
||||||
padding: 2px;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
tbody > tr {
|
tbody > tr {
|
||||||
> .score, > .diagonal {
|
> .score, > .diagonal {
|
||||||
min-width: 25px;
|
min-width: 21px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
> .diagonal {
|
> .diagonal {
|
||||||
|
@ -5,8 +5,9 @@ layout: default
|
|||||||
<div class="col-xs-12 col-sm-8 col-sm-offset-2">
|
<div class="col-xs-12 col-sm-8 col-sm-offset-2">
|
||||||
<h1>{{ page.title }}</h1>
|
<h1>{{ page.title }}</h1>
|
||||||
{{ content }}
|
{{ content }}
|
||||||
<p></p>
|
</div>
|
||||||
|
|
||||||
|
<div class="col-xs-12">
|
||||||
{% assign table = page.url | remove_first: '/' | append: 'table.html' %}
|
{% assign table = page.url | remove_first: '/' | append: 'table.html' %}
|
||||||
{% include {{table}} %}
|
{% include {{table}} %}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user