12 lines
164 B
CSS
12 lines
164 B
CSS
table.latexInputTable, #userInput, #resDisp {
|
|
width: 100%;
|
|
}
|
|
|
|
.latexInputTable td:first-child {
|
|
width: 30%;
|
|
}
|
|
|
|
.latexInputTable td:last-child {
|
|
width: 70%;
|
|
}
|