summaryrefslogtreecommitdiff
path: root/cdm.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-16 17:32:33 +0400
committerAndrew Dolgov <[email protected]>2013-03-16 17:32:33 +0400
commit23ac03ffa24856835fe789ca5bfc091dd47b9f90 (patch)
tree2c641128ba5f3c91200a7c61021f75337d23874f /cdm.css
parente17e99fbcf62f2e347ce771a795be3237521f6b5 (diff)
make appearance of feed title/updated more similar across combined and normal mode
Diffstat (limited to 'cdm.css')
-rw-r--r--cdm.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/cdm.css b/cdm.css
index bdba6c150..f54bd5a5f 100644
--- a/cdm.css
+++ b/cdm.css
@@ -22,6 +22,7 @@ div.cdmHeader > span {
div.cdmHeader span.updated {
color : gray;
font-weight : normal;
+ font-size : 11px;
}
div.cdmHeader input {
@@ -104,6 +105,7 @@ div.articleNote {
div.cdmHeader span.hlFeed {
float : right;
font-weight : normal;
+ font-style : italic;
}
div.cdmHeader {
@@ -130,4 +132,6 @@ div.cdmHeader div.hlFeed, div.cdmHeader div.hlFeed a {
vertical-align : middle;
color : gray;
font-weight : normal;
+ font-style : italic;
+ font-size : 11px;
}