Add an answer system
This commit is contained in:
parent
e77133c393
commit
c70382760a
4 changed files with 132 additions and 26 deletions
|
|
@ -1,6 +1,7 @@
|
|||
body
|
||||
{
|
||||
background: url('img/background.jpg');
|
||||
margin-bottom: 234px;
|
||||
}
|
||||
|
||||
header
|
||||
|
|
@ -95,10 +96,20 @@ fieldset, div#content {
|
|||
div#content {
|
||||
padding: 5px;
|
||||
text-align: left;
|
||||
width: 80%;
|
||||
min-width: 80%;
|
||||
}
|
||||
|
||||
div#content pre {
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
textarea#content {
|
||||
height: 200px;
|
||||
width: 90%;
|
||||
}
|
||||
}
|
||||
|
||||
div.answer {
|
||||
float: right;
|
||||
font-size: 65%;
|
||||
font-style: italic;
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue