Incorporate information about tours into the 'tournament' layout.
This commit is contained in:
parent
0d593856df
commit
7c2a7cea4c
10
_assets/stylesheets/less/theme.custom.less
Normal file
10
_assets/stylesheets/less/theme.custom.less
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
/* Tour info */
|
||||||
|
.tour-info {
|
||||||
|
display: inline-block;
|
||||||
|
min-width: 230px;
|
||||||
|
table {
|
||||||
|
width: auto;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
}
|
||||||
|
}
|
@ -1 +1,2 @@
|
|||||||
|
//= require less/theme.custom
|
||||||
//= require less/pgn4web
|
//= require less/pgn4web
|
||||||
|
@ -12,3 +12,8 @@ layout: default
|
|||||||
{% assign table = page.url | remove_first: '/' | append: 'table.html' %}
|
{% assign table = page.url | remove_first: '/' | append: 'table.html' %}
|
||||||
{% include {{table}} %}
|
{% include {{table}} %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="col-xs-12">
|
||||||
|
{% assign tour-info = page.url | remove_first: '/' | append: 'tour-info.html' %}
|
||||||
|
{% include {{tour-info}} %}
|
||||||
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user