]> scripts.mit.edu Git - www/ikiwiki.git/commitdiff
fiddle with comment css classes
authorJoey Hess <joey@gnu.kitenet.net>
Fri, 19 Dec 2008 19:14:20 +0000 (14:14 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Fri, 19 Dec 2008 19:14:20 +0000 (14:14 -0500)
doc/style.css
templates/comment.tmpl

index 70f31d32513e83df98a668be9276fcf15637610a..64b36b2459c36301a4c03772392529a4cef8e516 100644 (file)
@@ -373,7 +373,7 @@ span.color {
        padding: 2px;
 }
 
-.comments-display .author { font-weight: bold; }
-.comments-display { border: 1px inset #999; margin: 3px; padding: 3px; }
-.comments-header { font-style: italic; }
-.comments-subject { font-weight: bold; border-bottom: 1px solid #999; }
+.comment .author { font-weight: bold; }
+.comment { border: 1px inset #999; margin: 3px; padding: 3px; }
+.comment-header { font-style: italic; }
+.comment-subject { font-weight: bold; border-bottom: 1px solid #999; }
index e7e283bbfb16005522decdfc501e610eff217e32..9d223bd7f6ce469fd1ecab10b5cd61bcf3ee8e75 100644 (file)
@@ -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-->