14 lines
158 B
CSS
14 lines
158 B
CSS
|
|
||
|
#tourneyFormPanel {
|
||
|
width: 300px;
|
||
|
margin: auto;
|
||
|
}
|
||
|
|
||
|
#tourneyFormBody {
|
||
|
width: 300px;
|
||
|
margin: auto;
|
||
|
}
|
||
|
|
||
|
#playerDataInputArea {
|
||
|
width: 98%;
|
||
|
}
|