Larger textarea for posts

This commit is contained in:
Savetheinternet 2011-11-22 15:17:38 +11:00
parent bb054c8486
commit 6f36006e2a
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@
{% trans %}Comment{% endtrans %}
</th>
<td>
<textarea name="body" id="body" rows="5" cols="48"></textarea>
<textarea name="body" id="body" rows="5" cols="35"></textarea>
</td>
</tr>
{% if config.recaptcha %}

View File

@ -69,7 +69,7 @@
{% trans %}Comment{% endtrans %}
</th>
<td>
<textarea name="body" id="body" rows="5" cols="48"></textarea>
<textarea name="body" id="body" rows="5" cols="35"></textarea>
</td>
</tr>
{% if config.recaptcha %}