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,
|
||||
tfoot > tr > th, tfoot > tr > td,
|
||||
tbody > tr > th, tbody > tr > td {
|
||||
padding: 2px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
tbody > tr {
|
||||
> .score, > .diagonal {
|
||||
min-width: 25px;
|
||||
min-width: 21px;
|
||||
text-align: center;
|
||||
}
|
||||
> .diagonal {
|
||||
|
@ -5,8 +5,9 @@ layout: default
|
||||
<div class="col-xs-12 col-sm-8 col-sm-offset-2">
|
||||
<h1>{{ page.title }}</h1>
|
||||
{{ content }}
|
||||
<p></p>
|
||||
</div>
|
||||
|
||||
<div class="col-xs-12">
|
||||
{% assign table = page.url | remove_first: '/' | append: 'table.html' %}
|
||||
{% include {{table}} %}
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user