20 lines
333 B
CSS
Executable File
20 lines
333 B
CSS
Executable File
html, body {
|
|
height: 100%;
|
|
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
}
|
|
|
|
.container {
|
|
min-height: 100%;
|
|
position: relative;
|
|
}
|
|
|
|
.postFormContainer .postBodyContainer {
|
|
padding-right: 10px;
|
|
}
|
|
|
|
.postFormContainer .postBodyContainer #postBodyInput {
|
|
width: 100%;
|
|
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
} |