Modify the look of tour info.
This commit is contained in:
parent
023dd95a89
commit
29b77e614f
@ -1,10 +1,13 @@
|
|||||||
/* Tour info */
|
/* Tour info */
|
||||||
.tour-info {
|
.tour-info {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
min-width: 230px;
|
|
||||||
table {
|
table {
|
||||||
width: auto;
|
width: 220px;
|
||||||
margin-left: auto;
|
margin-left: 10px;
|
||||||
margin-right: auto;
|
margin-right: 10px;
|
||||||
|
tbody > tr > td.result {
|
||||||
|
width: 32px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user