summaryrefslogtreecommitdiff
path: root/cdm.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 /cdm.css
parent06b0777fa765126f1efbb50c6cf9905d2a1d3051 (diff)
de-emphasize article author
Diffstat (limited to 'cdm.css')
-rw-r--r--cdm.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/cdm.css b/cdm.css
index 021135dfc..941a51101 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;
+}