1
Fork 0

Fix the width of tables with tour info.

master
vonavi 2014-04-02 12:39:29 +03:00
parent 82b8b3fd1a
commit 485077c8ba
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
.tour-info {
display: inline-block;
table {
width: 220px;
width: 221px;
margin-left: 10px;
margin-right: 10px;
tbody > tr > td.result {
width: 32px;
width: 33px;
text-align: center;
}
}