comment layout change

I saw a layout similar to this on blogger, and I sorta like it

The dash avoids parens sitting next to each other in some cases.
master
Joey Hess 2008-12-21 01:04:19 -05:00
parent 7304d6bd72
commit 5c669ab226
2 changed files with 9 additions and 9 deletions

View File

@ -375,6 +375,7 @@ span.color {
.comment-header {
font-style: italic;
margin-top: .3em;
}
.comment .author {
font-weight: bold;

View File

@ -1,7 +1,13 @@
<div class="comment" id="<TMPL_VAR NAME=INLINEPAGE>">
<div class="comment-subject"><a href="<TMPL_VAR PERMALINK>"><TMPL_VAR TITLE></a></div>
<div class="inlinecontent">
<TMPL_VAR CONTENT>
</div>
<div class="comment-header">
By
Comment by
<TMPL_IF NAME="COMMENTUSER">
<TMPL_IF NAME="COMMENTOPENID">
@ -31,13 +37,6 @@ By
</span>
</TMPL_IF><!-- !COMMENTUSER -->
(<TMPL_VAR CTIME>)
&mdash; <TMPL_VAR CTIME>
</div>
<div class="comment-subject"><a href="<TMPL_VAR PERMALINK>"><TMPL_VAR TITLE></a></div>
<div class="inlinecontent">
<TMPL_VAR CONTENT>
</div>
</div><!--.comment-->