de-emphasize article author

master
Andrew Dolgov 12 years ago
parent 06b0777fa7
commit 11bd95b4f3

@ -159,3 +159,8 @@ div.cdmContentInner p {
div.cdmContentInner iframe {
min-width : 50%;
}
div.cdmHeader span.author {
color : gray;
font-size : 11px;
}

@ -3024,8 +3024,8 @@
title=\"".htmlspecialchars($line['title'])."\"
href=\"" .
htmlspecialchars($line["link"]) . "\">" .
$line["title"] .
"<span class='author'>$entry_author</span></a></div>";
$line["title"] . "</a>" .
"<span class='author'>$entry_author</span></div>";
} else {
$rv['content'] .= "<div class='postTitle'>" . $line["title"] . "$entry_author</div>";
}

@ -1198,3 +1198,8 @@ div.postContent p {
div.postContent iframe {
min-width : 50%;
}
div.postHeader span.author {
color : gray;
font-size : 11px;
}

Loading…
Cancel
Save