1
Fork 0

Move the stylesheet of tour info into directory 'assets'.

master
vonavi 2014-07-01 17:03:44 +03:00
parent 2fb0e65a96
commit 1f5c78eaec
3 changed files with 6 additions and 1 deletions

View File

@ -1,2 +1 @@
//= require less/theme.custom
//= require less/pgn4web

View File

@ -15,6 +15,7 @@ layout: default
</div>
<div class="col-xs-12">
<link rel="stylesheet" href="/assets/css/tour-info.css">
{% assign tour-info = page.url | remove_first: '/' | append: 'tour-info.html' %}
{% include {{tour-info}} %}
</div>

View File

@ -1,4 +1,9 @@
---
---
/* Tour info */
.tour-info {
display: inline-block;
table {