@ -271,6 +271,9 @@ body {
width: 705px;
height: 450px;
border-color: #cccccc;
font-family: monospace;
resize: none;
overflow: auto;
}
/* Content display {{{ */
@ -312,10 +315,8 @@ body {
#editor {
display: none;
border: 0;
width: 794px;
height: 800px;
font-size: 13px;
/* }}} */
@ -43,7 +43,7 @@
{% block main %}
<div id="normal-content" class="normal {% if extra.lang_hl != "story" %}fixed{% endif %}">
<pre id="normal-code"><code id="codeb" class="{{ extra.lang_hl }}">{{ extra.contents }}</code></pre>
<textarea id="editor">{{ extra.contents }}</textarea>
<textarea id="editor" class="editor">{{ extra.contents }}</textarea>
</div>