aboutsummaryrefslogtreecommitdiff
path: root/templates/comment.tmpl
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2008-12-19 14:14:20 -0500
committerJoey Hess <joey@gnu.kitenet.net>2008-12-19 14:14:20 -0500
commit29cb9027f464b2cd17ecc7dd161acb062828824d (patch)
treeddf9fdc02563216ad72988a51b4f82e0cbee6e64 /templates/comment.tmpl
parent4bdeec4961b8df9df449b027e37a8b17898f2c86 (diff)
downloadikiwiki-29cb9027f464b2cd17ecc7dd161acb062828824d.tar
ikiwiki-29cb9027f464b2cd17ecc7dd161acb062828824d.tar.gz
fiddle with comment css classes
Diffstat (limited to 'templates/comment.tmpl')
-rw-r--r--templates/comment.tmpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/comment.tmpl b/templates/comment.tmpl
index e7e283bbf..9d223bd7f 100644
--- a/templates/comment.tmpl
+++ b/templates/comment.tmpl
@@ -1,6 +1,6 @@
-<div class="comments-display" id="<TMPL_VAR NAME=INLINEPAGE>">
+<div class="comment" id="<TMPL_VAR NAME=INLINEPAGE>">
-<div class="comments-header">
+<div class="comment-header">
Posted by
<TMPL_IF NAME="COMMENTUSER">
<span class="author">
@@ -27,10 +27,10 @@ unknown IP address
(<TMPL_VAR CTIME>)
</div>
-<div class="comments-subject"><TMPL_VAR TITLE></div>
+<div class="comment-subject"><TMPL_VAR TITLE></div>
<div class="inlinecontent">
<TMPL_VAR CONTENT>
</div>
-</div><!--.comments-display-->
+</div><!--.comment-->