aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2012-04-05 07:52:39 +0200
committerChristian Weiske <cweiske@cweiske.de>2012-04-05 07:52:39 +0200
commit46b8f9d7a368f9ab35653edd726666ce17bedb39 (patch)
treeab427fce42718674793b29ec7e6902b2e3d6bd1d /data
parenta9c5a7498ac8edd61211259d4283587f0aeb9121 (diff)
downloadphorkie-46b8f9d7a368f9ab35653edd726666ce17bedb39.tar.gz
phorkie-46b8f9d7a368f9ab35653edd726666ce17bedb39.zip
do not highlight type text so much
Diffstat (limited to 'data')
-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 40356ec..b320d8d 100644
--- a/data/templates/edit-file.htm
+++ b/data/templates/edit-file.htm
@@ -11,7 +11,7 @@
</select>
</div>
<div class="span6" style="display:none; text-align: right" id="typetext_{{fileid}}">
- <p>Type determined from filename</p>
+ <p class="muted">Type determined from filename</p>
</div>
</div>
<textarea name="files[{{fileid}}][content]" id="content_{{fileid}}" cols="80" rows="15" class="content">{{file.getContent}}</textarea>