add special class for postReply taglist
This commit is contained in:
parent
350f0ad185
commit
99206d5c79
|
@ -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\"
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue