summaryrefslogtreecommitdiff
path: root/css/cdm.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-01-29 00:04:36 +0400
committerAndrew Dolgov <[email protected]>2014-01-29 00:04:36 +0400
commitb4eff716b2d515a32d71813de872529d827df71d (patch)
tree2af2ba128370d1f48ef623b74d1db57dc0dfe7ed /css/cdm.css
parent14f3509f62be3cc4857cad9b676f610d49220c1d (diff)
reduce size of h1,2,3 elements inside article content
Diffstat (limited to 'css/cdm.css')
-rw-r--r--css/cdm.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/css/cdm.css b/css/cdm.css
index eb4a2243c..560c68fdd 100644
--- a/css/cdm.css
+++ b/css/cdm.css
@@ -61,6 +61,15 @@ div.cdmContentInner img {
height : auto;
}
+div.cdmContentInner h1 {
+ font-size : 16px;
+}
+
+div.cdmContentInner h2,
+div.cdmContentInner h3 {
+ font-size : 14px;
+}
+
div.cdmFooter {
padding : 5px;
font-weight : normal;