de-emphasize article author
This commit is contained in:
parent
06b0777fa7
commit
11bd95b4f3
5
cdm.css
5
cdm.css
|
@ -159,3 +159,8 @@ div.cdmContentInner p {
|
||||||
div.cdmContentInner iframe {
|
div.cdmContentInner iframe {
|
||||||
min-width : 50%;
|
min-width : 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.cdmHeader span.author {
|
||||||
|
color : gray;
|
||||||
|
font-size : 11px;
|
||||||
|
}
|
||||||
|
|
|
@ -3024,8 +3024,8 @@
|
||||||
title=\"".htmlspecialchars($line['title'])."\"
|
title=\"".htmlspecialchars($line['title'])."\"
|
||||||
href=\"" .
|
href=\"" .
|
||||||
htmlspecialchars($line["link"]) . "\">" .
|
htmlspecialchars($line["link"]) . "\">" .
|
||||||
$line["title"] .
|
$line["title"] . "</a>" .
|
||||||
"<span class='author'>$entry_author</span></a></div>";
|
"<span class='author'>$entry_author</span></div>";
|
||||||
} else {
|
} else {
|
||||||
$rv['content'] .= "<div class='postTitle'>" . $line["title"] . "$entry_author</div>";
|
$rv['content'] .= "<div class='postTitle'>" . $line["title"] . "$entry_author</div>";
|
||||||
}
|
}
|
||||||
|
|
|
@ -1198,3 +1198,8 @@ div.postContent p {
|
||||||
div.postContent iframe {
|
div.postContent iframe {
|
||||||
min-width : 50%;
|
min-width : 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.postHeader span.author {
|
||||||
|
color : gray;
|
||||||
|
font-size : 11px;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue