17 lines
166 B
CSS
17 lines
166 B
CSS
#content form {
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
#content input {
|
|
margin: 0 1em;
|
|
max-width: 50%;
|
|
}
|
|
|
|
pre {
|
|
font-size: 11pt;
|
|
margin: 0;
|
|
}
|
|
|
|
pre strong {
|
|
background: #fee;
|
|
}
|