summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css27
1 files changed, 27 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 99cd9958b..715de1f6e 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -485,6 +485,7 @@ div.hlFeed, div.hlFeed a {
color : gray;
font-style : italic;
font-weight : normal;
+ white-space: nowrap;
}
div.hlFeed a:hover {
@@ -1193,3 +1194,29 @@ div.postContent p {
.Unread div.hlTitle {
font-weight : bold;
}
+
+div.postContent iframe {
+ min-width : 50%;
+}
+
+div.postHeader span.author {
+ color : gray;
+ font-size : 11px;
+ font-weight : normal;
+}
+
+body#ttrssZoom {
+ margin-left : auto;
+ margin-right : auto;
+ max-width : 650px;
+ background : #f0f0f0;
+}
+
+body#ttrssZoom div.postContent, body#ttrssZoom div.postHeader {
+ background-color : white;
+}
+
+body#ttrssZoom div.footer {
+ margin-top : 1em;
+ text-align : center;
+}