1
Fork 0

Modify the look of tour info.

master
vonavi 2014-03-27 18:12:46 +02:00
parent 023dd95a89
commit 29b77e614f
1 changed files with 7 additions and 4 deletions

View File

@ -1,10 +1,13 @@
/* Tour info */
.tour-info {
display: inline-block;
min-width: 230px;
table {
width: auto;
margin-left: auto;
margin-right: auto;
width: 220px;
margin-left: 10px;
margin-right: 10px;
tbody > tr > td.result {
width: 32px;
text-align: center;
}
}
}