add special class for postReply taglist

This commit is contained in:
Andrew Dolgov 2006-12-11 05:56:09 +01:00
parent 350f0ad185
commit 99206d5c79
2 changed files with 6 additions and 1 deletions

View File

@ -258,7 +258,7 @@
if (!$entry_comments) $entry_comments = " "; # placeholder
if (!$tags_str) $tags_str = '<span class="insensitive">no tags</span>';
if (!$tags_str) $tags_str = '<span class="tagList">no tags</span>';
print "<div style='float : right'>$tags_str
<a title=\"Edit tags for this article\"

View File

@ -727,6 +727,11 @@ div.postHeader div.postDateRTL {
float : right;
}
div.postReply span.tagList {
color : gray;
font-size : x-small;
}
div.postHeader div {
padding-bottom : 3px;
}