diff --git a/cdm.css b/cdm.css index 021135df..941a5110 100644 --- a/cdm.css +++ b/cdm.css @@ -159,3 +159,8 @@ div.cdmContentInner p { div.cdmContentInner iframe { min-width : 50%; } + +div.cdmHeader span.author { + color : gray; + font-size : 11px; +} diff --git a/include/functions.php b/include/functions.php index 8804d71d..3e87672e 100644 --- a/include/functions.php +++ b/include/functions.php @@ -3024,8 +3024,8 @@ title=\"".htmlspecialchars($line['title'])."\" href=\"" . htmlspecialchars($line["link"]) . "\">" . - $line["title"] . - "$entry_author"; + $line["title"] . "" . + "$entry_author"; } else { $rv['content'] .= "
" . $line["title"] . "$entry_author
"; } diff --git a/tt-rss.css b/tt-rss.css index 9fc52b20..ff7134f1 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -1198,3 +1198,8 @@ div.postContent p { div.postContent iframe { min-width : 50%; } + +div.postHeader span.author { + color : gray; + font-size : 11px; +}