1

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

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

18
assets/css/tour-info.scss Normal file
View File

@@ -0,0 +1,18 @@
---
---
/* Tour info */
.tour-info {
display: inline-block;
table {
width: 221px;
margin-left: 10px;
margin-right: 10px;
tbody > tr > td.result {
width: 33px;
text-align: center;
}
}
}