summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-22 12:42:48 +0400
committerAndrew Dolgov <[email protected]>2013-03-22 12:42:48 +0400
commit11bd95b4f32ee4d4472d66c22874f68905692bf7 (patch)
tree07fb61c7afc4b74b402d2ea428e5ff40e626fb0b /tt-rss.css
parent06b0777fa765126f1efbb50c6cf9905d2a1d3051 (diff)
de-emphasize article author
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 9fc52b209..ff7134f11 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;
+}