24 lines
269 B
CSS
24 lines
269 B
CSS
#tourneyFormPanel {
|
|
width: 300px;
|
|
margin: auto;
|
|
}
|
|
|
|
#tourneyFormBody {
|
|
width: 300px;
|
|
margin: auto;
|
|
}
|
|
|
|
#playerDataInputArea {
|
|
width: 98%;
|
|
}
|
|
|
|
#gameFormPanel {
|
|
width: 340px;
|
|
margin: auto;
|
|
}
|
|
|
|
#gameFormBody {
|
|
width: 340px;
|
|
margin: auto;
|
|
}
|