1

Incorporate information about tours into the 'tournament' layout.

This commit is contained in:
vonavi
2014-03-27 17:44:35 +02:00
parent 0d593856df
commit 7c2a7cea4c
3 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
/* Tour info */
.tour-info {
display: inline-block;
min-width: 230px;
table {
width: auto;
margin-left: auto;
margin-right: auto;
}
}