aboutsummaryrefslogtreecommitdiff
path: root/data/templates
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2012-03-29 22:50:08 +0200
committerChristian Weiske <cweiske@cweiske.de>2012-03-29 22:50:08 +0200
commit88909f2355e6e53eec67a990c877cb64653cded4 (patch)
treeb4bec0e3dd95f38a39cd61f455046dd62d7f6c21 /data/templates
parent65566dd81f1042030a204cb1fb5ad0c7db518253 (diff)
downloadphorkie-88909f2355e6e53eec67a990c877cb64653cded4.tar.gz
phorkie-88909f2355e6e53eec67a990c877cb64653cded4.zip
monospaced font, more height for content
Diffstat (limited to 'data/templates')
-rw-r--r--data/templates/edit-file.htm2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/edit-file.htm b/data/templates/edit-file.htm
index b22314d..8203920 100644
--- a/data/templates/edit-file.htm
+++ b/data/templates/edit-file.htm
@@ -15,6 +15,6 @@
</select>
</div>
</div>
- <textarea name="files[{{fileid}}][content]" id="content_{{fileid}}" cols="80" rows="10" class="content">{{file.getContent}}</textarea>
+ <textarea name="files[{{fileid}}][content]" id="content_{{fileid}}" cols="80" rows="15" class="content">{{file.getContent}}</textarea>
</div>