Move the stylesheet of tour info into directory 'assets'.
This commit is contained in:
18
assets/css/tour-info.scss
Normal file
18
assets/css/tour-info.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user