summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--functions.php3
-rw-r--r--tt-rss.css8
2 files changed, 6 insertions, 5 deletions
diff --git a/functions.php b/functions.php
index 6a1eebee3..5e033005b 100644
--- a/functions.php
+++ b/functions.php
@@ -4732,8 +4732,9 @@
print "</div>";
print "<div class=\"postIcon\">" . $feed_icon . "</div>";
+
print "<div class=\"postContent\">";
-
+
#print "<div id=\"allEntryTags\">".__('Tags:')." $f_tags_str</div>";
$article_content = sanitize_rss($link, $line["content"]);
diff --git a/tt-rss.css b/tt-rss.css
index 6e0990445..30971e7cf 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -28,14 +28,14 @@ div.postReply a:hover {
}
div.postReply div.postHeader {
- background : #ecf4ff;
- /* border : 1px solid #88b0f0; */
border-width : 0px 0px 1px 0px;
- border-style : dotted;
- border-color : #88b0f0;
+ border-style : solid;
+ border-color : #a0a0a0;
+ background-color : #f9faff;
margin : 0px 1px 0px 0px;
padding : 5px;
cursor : move;
+ color : #909090;
}
/* div.postReply > div.postHeader {